Searched refs:next_group (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/crypto/cavium/cpt/ |
| D | cptpf_main.c | 178 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init() 183 mcode->group = cpt->next_group; in do_cpt_init() 195 cpt->next_group++; in do_cpt_init() 207 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init() 212 mcode->group = cpt->next_group; in do_cpt_init() 224 cpt->next_group++; in do_cpt_init() 458 cpt->next_group = 0; in cpt_device_init()
|
| D | cptpf.h | 55 u8 next_group; member
|
| /Linux-v5.10/fs/ |
| D | pnode.c | 183 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() function 314 for (m = next_group(dest_mnt, dest_mnt); m; in propagate_mnt() 315 m = next_group(m, dest_mnt)) { in propagate_mnt()
|
| /Linux-v5.10/fs/btrfs/ |
| D | qgroup.c | 149 struct list_head next_group; member 233 struct btrfs_qgroup_list, next_group); in __del_qgroup_rb() 234 list_del(&list->next_group); in __del_qgroup_rb() 242 list_del(&list->next_group); in __del_qgroup_rb() 281 list_add_tail(&list->next_group, &member->groups); in add_relation_rb() 300 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb() 302 list_del(&list->next_group); in del_relation_rb() 1288 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting() 1311 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting() 1396 list_for_each_entry(list, &member->groups, next_group) { in btrfs_add_qgroup_relation() [all …]
|
| /Linux-v5.10/fs/ext4/ |
| D | ialloc.c | 1039 goto next_group; in __ext4_new_inode() 1048 goto next_group; in __ext4_new_inode() 1058 goto next_group; in __ext4_new_inode() 1064 goto next_group; in __ext4_new_inode() 1071 goto next_group; in __ext4_new_inode() 1112 next_group: in __ext4_new_inode()
|
| D | resize.c | 302 next_group: in ext4_alloc_group_tables() 326 goto next_group; in ext4_alloc_group_tables() 337 goto next_group; in ext4_alloc_group_tables() 351 goto next_group; in ext4_alloc_group_tables()
|
| /Linux-v5.10/fs/ocfs2/ |
| D | suballoc.c | 1745 u64 next_group; in ocfs2_search_chain() local 1780 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain() 1784 next_group, &group_bh); in ocfs2_search_chain()
|
| D | alloc.c | 7564 next_group: in ocfs2_trim_mainbm() 7659 goto next_group; in ocfs2_trim_mainbm()
|
| /Linux-v5.10/mm/ |
| D | percpu.c | 2708 next_group: in pcpu_build_alloc_info() 2717 goto next_group; in pcpu_build_alloc_info()
|
| /Linux-v5.10/kernel/sched/ |
| D | fair.c | 8944 goto next_group; in update_sd_lb_stats() 8952 next_group: in update_sd_lb_stats()
|