Home
last modified time | relevance | path

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

/linux/drivers/crypto/cavium/cpt/
H 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()
461 cpt->next_group = 0; in cpt_device_init()
H A Dcptpf.h55 u8 next_group; member
/linux/fs/btrfs/
H A Dqgroup.c233 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()
282 list_add_tail(&prealloc->next_group, &member->groups); in __add_relation_rb()
323 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb()
325 list_del(&list->next_group); in del_relation_rb()
1482 list_for_each_entry(glist, &qgroup->groups, next_group) in __qgroup_excl_accounting()
1556 list_for_each_entry(list, &member->groups, next_group) { in btrfs_add_qgroup_relation()
1614 list_for_each_entry(list, &member->groups, next_group) { in __del_qgroup_relation()
1788 struct btrfs_qgroup_list, next_group); in btrfs_remove_qgroup()
[all...]
H A Dqgroup.h292 struct list_head next_group; member
/linux/fs/
H A Dpnode.c190 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() function
283 for (m = dest_mnt; m && !err; m = next_group(m, dest_mnt)) { in propagate_mnt()
/linux/fs/ext4/
H A Dresize.c328 next_group: in ext4_alloc_group_tables()
352 goto next_group; in ext4_alloc_group_tables()
363 goto next_group; in ext4_alloc_group_tables()
377 goto next_group; in ext4_alloc_group_tables()
/linux/fs/ocfs2/
H A Dsuballoc.c1800 u64 next_group; in ocfs2_search_chain() local
1846 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain()
1850 next_group, &group_bh); in ocfs2_search_chain()
H A Dalloc.c7574 next_group: in ocfs2_trim_mainbm()
7669 goto next_group; in ocfs2_trim_mainbm()
/linux/drivers/vfio/
H A Dvfio_iommu_type1.c2568 struct vfio_iommu_group *group, *next_group; in vfio_iommu_type1_release() local
2570 list_for_each_entry_safe(group, next_group, in vfio_iommu_type1_release()