Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/cavium/cpt/
A Dcptpf_main.c177 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
182 mcode->group = cpt->next_group; in do_cpt_init()
194 cpt->next_group++; in do_cpt_init()
206 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
211 mcode->group = cpt->next_group; in do_cpt_init()
223 cpt->next_group++; in do_cpt_init()
459 cpt->next_group = 0; in cpt_device_init()
A Dcptpf.h55 u8 next_group; member
/linux-6.3-rc2/fs/
A Dpnode.c183 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-6.3-rc2/fs/btrfs/
A Dqgroup.c143 struct list_head next_group; member
226 struct btrfs_qgroup_list, next_group); in __del_qgroup_rb()
227 list_del(&list->next_group); in __del_qgroup_rb()
235 list_del(&list->next_group); in __del_qgroup_rb()
276 list_add_tail(&list->next_group, &member->groups); in __add_relation_rb()
315 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb()
317 list_del(&list->next_group); in del_relation_rb()
1660 struct btrfs_qgroup_list, next_group); in btrfs_remove_qgroup()
3147 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_reserve()
3231 list_for_each_entry(glist, &qg->groups, next_group) { in btrfs_qgroup_free_refroot()
[all …]
/linux-6.3-rc2/fs/ext4/
A Dialloc.c1042 goto next_group; in __ext4_new_inode()
1051 goto next_group; in __ext4_new_inode()
1061 goto next_group; in __ext4_new_inode()
1067 goto next_group; in __ext4_new_inode()
1074 goto next_group; in __ext4_new_inode()
1116 next_group: in __ext4_new_inode()
A Dresize.c321 next_group: in ext4_alloc_group_tables()
345 goto next_group; in ext4_alloc_group_tables()
356 goto next_group; in ext4_alloc_group_tables()
370 goto next_group; in ext4_alloc_group_tables()
/linux-6.3-rc2/fs/ocfs2/
A Dsuballoc.c1744 u64 next_group; in ocfs2_search_chain() local
1779 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain()
1783 next_group, &group_bh); in ocfs2_search_chain()
A Dalloc.c7547 next_group: in ocfs2_trim_mainbm()
7642 goto next_group; in ocfs2_trim_mainbm()
/linux-6.3-rc2/drivers/vfio/
A Dvfio_iommu_type1.c2591 struct vfio_iommu_group *group, *next_group; in vfio_iommu_type1_release() local
2593 list_for_each_entry_safe(group, next_group, in vfio_iommu_type1_release()
/linux-6.3-rc2/kernel/sched/
A Dfair.c10021 goto next_group; in update_sd_lb_stats()
10029 next_group: in update_sd_lb_stats()

Completed in 67 milliseconds