Searched refs:next_group (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/crypto/cavium/cpt/ |
| A D | cptpf_main.c | 177 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() 457 cpt->next_group = 0; in cpt_device_init()
|
| A D | cptpf.h | 55 u8 next_group; member
|
| /linux/fs/ |
| A 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/fs/btrfs/ |
| A D | qgroup.c | 150 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() 280 list_add_tail(&list->next_group, &member->groups); in add_relation_rb() 299 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb() 301 list_del(&list->next_group); in del_relation_rb() 1573 struct btrfs_qgroup_list, next_group); in btrfs_remove_qgroup() 3025 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_reserve() 3109 list_for_each_entry(glist, &qg->groups, next_group) { in btrfs_qgroup_free_refroot() [all …]
|
| /linux/fs/ext4/ |
| A D | ialloc.c | 1043 goto next_group; in __ext4_new_inode() 1052 goto next_group; in __ext4_new_inode() 1062 goto next_group; in __ext4_new_inode() 1068 goto next_group; in __ext4_new_inode() 1075 goto next_group; in __ext4_new_inode() 1117 next_group: in __ext4_new_inode()
|
| A D | resize.c | 307 next_group: in ext4_alloc_group_tables() 331 goto next_group; in ext4_alloc_group_tables() 342 goto next_group; in ext4_alloc_group_tables() 356 goto next_group; in ext4_alloc_group_tables()
|
| /linux/fs/ocfs2/ |
| A D | suballoc.c | 1747 u64 next_group; in ocfs2_search_chain() local 1782 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain() 1786 next_group, &group_bh); in ocfs2_search_chain()
|
| A D | alloc.c | 7547 next_group: in ocfs2_trim_mainbm() 7642 goto next_group; in ocfs2_trim_mainbm()
|
| /linux/drivers/vfio/ |
| A D | vfio_iommu_type1.c | 2592 struct vfio_iommu_group *group, *next_group; in vfio_iommu_type1_release() local 2594 list_for_each_entry_safe(group, next_group, in vfio_iommu_type1_release()
|
| /linux/kernel/sched/ |
| A D | fair.c | 9243 goto next_group; in update_sd_lb_stats() 9251 next_group: in update_sd_lb_stats()
|
| /linux/ |
| A D | System.map | 9439 ffff800010284ef0 t next_group
|
| A D | .tmp_System.map | 9439 ffff800010284ef0 t next_group
|
Completed in 354 milliseconds