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

/linux-master/drivers/crypto/cavium/cpt/
H A Dcptpf.h55 u8 next_group; member in struct:cpt_device
H A Dcptpf_main.c177 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) {
182 mcode->group = cpt->next_group;
194 cpt->next_group++;
206 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) {
211 mcode->group = cpt->next_group;
223 cpt->next_group++;
459 cpt->next_group = 0;
/linux-master/fs/
H A Dpnode.c183 static struct mount *next_group(struct mount *m, struct mount *origin) function
312 for (m = next_group(dest_mnt, dest_mnt); m;
313 m = next_group(m, dest_mnt)) {
/linux-master/fs/ext4/
H A Dialloc.c1041 goto next_group;
1050 goto next_group;
1060 goto next_group;
1066 goto next_group;
1073 goto next_group;
1115 next_group:
H A Dresize.c326 next_group:
350 goto next_group;
361 goto next_group;
375 goto next_group;
/linux-master/fs/btrfs/
H A Dqgroup.c162 struct list_head next_group; member in struct:btrfs_qgroup_list
247 struct btrfs_qgroup_list, next_group);
248 list_del(&list->next_group);
256 list_del(&list->next_group);
296 list_add_tail(&prealloc->next_group, &member->groups);
337 list_for_each_entry(list, &member->groups, next_group) {
339 list_del(&list->next_group);
1518 list_for_each_entry(glist, &qgroup->groups, next_group)
1589 list_for_each_entry(list, &member->groups, next_group) {
1652 list_for_each_entry(list, &member->groups, next_group) {
[all...]
/linux-master/fs/ocfs2/
H A Dsuballoc.c1744 u64 next_group; local
1779 next_group = le64_to_cpu(bg->bg_next_group);
1783 next_group, &group_bh);
H A Dalloc.c7554 next_group:
7649 goto next_group;
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c2589 struct vfio_iommu_group *group, *next_group; local
2591 list_for_each_entry_safe(group, next_group,

Completed in 299 milliseconds