Home
last modified time | relevance | path

Searched refs:next_group (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptpf_main.c181 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
186 mcode->group = cpt->next_group; in do_cpt_init()
198 cpt->next_group++; in do_cpt_init()
210 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
215 mcode->group = cpt->next_group; in do_cpt_init()
227 cpt->next_group++; in do_cpt_init()
461 cpt->next_group = 0; in cpt_device_init()
Dcptpf.h58 u8 next_group; member
/Linux-v4.19/fs/btrfs/
Dqgroup.c148 struct list_head next_group; member
230 struct btrfs_qgroup_list, next_group); in __del_qgroup_rb()
231 list_del(&list->next_group); in __del_qgroup_rb()
239 list_del(&list->next_group); in __del_qgroup_rb()
278 list_add_tail(&list->next_group, &member->groups); in add_relation_rb()
297 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb()
299 list_del(&list->next_group); in del_relation_rb()
1165 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1188 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting()
1271 list_for_each_entry(list, &member->groups, next_group) { in btrfs_add_qgroup_relation()
[all …]
/Linux-v4.19/fs/
Dpnode.c183 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() function
321 for (m = next_group(dest_mnt, dest_mnt); m; in propagate_mnt()
322 m = next_group(m, dest_mnt)) { in propagate_mnt()
/Linux-v4.19/fs/ext4/
Dialloc.c897 goto next_group; in __ext4_new_inode()
902 goto next_group; in __ext4_new_inode()
910 goto next_group; in __ext4_new_inode()
916 goto next_group; in __ext4_new_inode()
923 goto next_group; in __ext4_new_inode()
964 next_group: in __ext4_new_inode()
Dresize.c273 next_group: in ext4_alloc_group_tables()
297 goto next_group; in ext4_alloc_group_tables()
308 goto next_group; in ext4_alloc_group_tables()
322 goto next_group; in ext4_alloc_group_tables()
/Linux-v4.19/fs/ocfs2/
Dsuballoc.c1757 u64 next_group; in ocfs2_search_chain() local
1792 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain()
1796 next_group, &group_bh); in ocfs2_search_chain()
/Linux-v4.19/mm/
Dpercpu.c2314 next_group: in pcpu_build_alloc_info()
2323 goto next_group; in pcpu_build_alloc_info()
/Linux-v4.19/kernel/sched/
Dfair.c8036 goto next_group; in update_sd_lb_stats()
8060 next_group: in update_sd_lb_stats()