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
2674
struct vfio_iommu_group *group, *next_group;
drivers/vfio/vfio_iommu_type1.c
2676
list_for_each_entry_safe(group, next_group,
fs/btrfs/qgroup.c
1519
list_for_each_entry(glist, &qgroup->groups, next_group)
fs/btrfs/qgroup.c
1595
list_for_each_entry(list, &member->groups, next_group) {
fs/btrfs/qgroup.c
1652
list_for_each_entry(list, &member->groups, next_group) {
fs/btrfs/qgroup.c
1845
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
2792
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
325
list_del(&list->next_group);
fs/btrfs/qgroup.c
3258
list_for_each_entry(qg_list, &inode_qg->groups, next_group)
fs/btrfs/qgroup.c
3302
list_for_each_entry(list, &src->groups, next_group) {
fs/btrfs/qgroup.c
3331
list_for_each_entry(list, &qgroup->groups, next_group)
fs/btrfs/qgroup.c
3648
list_for_each_entry(glist, &qgroup->groups, next_group)
fs/btrfs/qgroup.c
3712
list_for_each_entry(glist, &qgroup->groups, next_group) {
fs/btrfs/qgroup.c
4621
list_for_each_entry(glist, &qgroup->groups, next_group)
fs/btrfs/qgroup.c
4981
list_for_each_entry(glist, &qg->groups, next_group)
fs/btrfs/qgroup.h
292
struct list_head next_group;
fs/ext4/ialloc.c
1052
goto next_group;
fs/ext4/ialloc.c
1061
goto next_group;
fs/ext4/ialloc.c
1069
goto next_group;
fs/ext4/ialloc.c
1073
goto next_group;
fs/ext4/ialloc.c
1077
goto next_group;
fs/ext4/ialloc.c
1084
goto next_group;
fs/ext4/ialloc.c
1124
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
7584
next_group:
fs/ocfs2/alloc.c
7679
goto next_group;
fs/ocfs2/suballoc.c
1918
u64 next_group;
fs/ocfs2/suballoc.c
1964
next_group = le64_to_cpu(bg->bg_next_group);
fs/ocfs2/suballoc.c
1968
next_group, &group_bh);
fs/pnode.c
321
for (m = dest_mnt; m && !err; m = next_group(m, dest_mnt)) {