Home
last modified time | relevance | path

Searched refs:group_tmp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2945 struct panthor_group *group, *group_tmp; in panthor_sched_pre_reset() local
2963 list_for_each_entry_safe(group, group_tmp, &sched->groups.runnable[i], run_node) in panthor_sched_pre_reset()
2968 list_for_each_entry_safe(group, group_tmp, &sched->groups.idle[i], run_node) in panthor_sched_pre_reset()
2978 struct panthor_group *group, *group_tmp; in panthor_sched_post_reset() local
2982 list_for_each_entry_safe(group, group_tmp, &sched->reset.stopped_groups, run_node) { in panthor_sched_post_reset()
/linux/drivers/vfio/
H A Dvfio_iommu_type1.c2659 struct vfio_iommu_group *group, *group_tmp; in vfio_release_domain() local
2661 list_for_each_entry_safe(group, group_tmp, in vfio_release_domain()