Symbol: next_group
drivers/crypto/cavium/cpt/cptpf.h
55
u8 next_group;
drivers/crypto/cavium/cpt/cptpf_main.c
177
if (cpt->next_group >= CPT_MAX_CORE_GROUPS) {
drivers/crypto/cavium/cpt/cptpf_main.c
182
mcode->group = cpt->next_group;
drivers/crypto/cavium/cpt/cptpf_main.c
194
cpt->next_group++;
drivers/crypto/cavium/cpt/cptpf_main.c
206
if (cpt->next_group >= CPT_MAX_CORE_GROUPS) {
drivers/crypto/cavium/cpt/cptpf_main.c
211
mcode->group = cpt->next_group;
drivers/crypto/cavium/cpt/cptpf_main.c
223
cpt->next_group++;
drivers/crypto/cavium/cpt/cptpf_main.c
461
cpt->next_group = 0;
drivers/vfio/vfio_iommu_type1.c
2675
struct vfio_iommu_group *group, *next_group;
drivers/vfio/vfio_iommu_type1.c
2677
list_for_each_entry_safe(group, next_group,
fs/btrfs/qgroup.c
1499
list_for_each_entry(glist, &qgroup->groups, next_group)
fs/btrfs/qgroup.c
1575
list_for_each_entry(list, &member->groups, next_group) {
fs/btrfs/qgroup.c
1632
list_for_each_entry(list, &member->groups, next_group) {
fs/btrfs/qgroup.c
1825
struct btrfs_qgroup_list, next_group);
fs/btrfs/qgroup.c
233
struct btrfs_qgroup_list, next_group);
fs/btrfs/qgroup.c
234
list_del(&list->next_group);
fs/btrfs/qgroup.c
242
list_del(&list->next_group);
fs/btrfs/qgroup.c
2776
list_for_each_entry(glist, &qg->groups, next_group) {
fs/btrfs/qgroup.c
282
list_add_tail(&prealloc->next_group, &member->groups);
fs/btrfs/qgroup.c
323
list_for_each_entry(list, &member->groups, next_group) {
fs/btrfs/qgroup.c
3242
list_for_each_entry(qg_list, &inode_qg->groups, next_group)
fs/btrfs/qgroup.c
325
list_del(&list->next_group);
fs/btrfs/qgroup.c
3286
list_for_each_entry(list, &src->groups, next_group) {
fs/btrfs/qgroup.c
3315
list_for_each_entry(list, &qgroup->groups, next_group)
fs/btrfs/qgroup.c
3632
list_for_each_entry(glist, &qgroup->groups, next_group)
fs/btrfs/qgroup.c
3696
list_for_each_entry(glist, &qgroup->groups, next_group) {
fs/btrfs/qgroup.c
4602
list_for_each_entry(glist, &qgroup->groups, next_group)
fs/btrfs/qgroup.c
4953
list_for_each_entry(glist, &qg->groups, next_group)
fs/btrfs/qgroup.h
292
struct list_head next_group;
fs/ext4/ialloc.c
1050
goto next_group;
fs/ext4/ialloc.c
1059
goto next_group;
fs/ext4/ialloc.c
1067
goto next_group;
fs/ext4/ialloc.c
1071
goto next_group;
fs/ext4/ialloc.c
1075
goto next_group;
fs/ext4/ialloc.c
1082
goto next_group;
fs/ext4/ialloc.c
1122
next_group:
fs/ext4/resize.c
327
next_group:
fs/ext4/resize.c
351
goto next_group;
fs/ext4/resize.c
362
goto next_group;
fs/ext4/resize.c
376
goto next_group;
fs/ocfs2/alloc.c
7575
next_group:
fs/ocfs2/alloc.c
7670
goto next_group;
fs/ocfs2/suballoc.c
1871
u64 next_group;
fs/ocfs2/suballoc.c
1917
next_group = le64_to_cpu(bg->bg_next_group);
fs/ocfs2/suballoc.c
1921
next_group, &group_bh);
fs/pnode.c
321
for (m = dest_mnt; m && !err; m = next_group(m, dest_mnt)) {