Searched refs:next_group (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/crypto/cavium/cpt/ |
D | cptpf_main.c | 181 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()
|
D | cptpf.h | 58 u8 next_group; member
|
/Linux-v4.19/fs/btrfs/ |
D | qgroup.c | 148 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/ |
D | pnode.c | 183 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/ |
D | ialloc.c | 897 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()
|
D | resize.c | 273 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/ |
D | suballoc.c | 1757 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/ |
D | percpu.c | 2314 next_group: in pcpu_build_alloc_info() 2323 goto next_group; in pcpu_build_alloc_info()
|
/Linux-v4.19/kernel/sched/ |
D | fair.c | 8036 goto next_group; in update_sd_lb_stats() 8060 next_group: in update_sd_lb_stats()
|