Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2793 struct panthor_group *group, *group_tmp; in panthor_sched_pre_reset() local
2813 list_for_each_entry_safe(group, group_tmp, &sched->groups.runnable[i], run_node) in panthor_sched_pre_reset()
2818 list_for_each_entry_safe(group, group_tmp, &sched->groups.idle[i], run_node) in panthor_sched_pre_reset()
2828 struct panthor_group *group, *group_tmp; in panthor_sched_post_reset() local
2832 list_for_each_entry_safe(group, group_tmp, &sched->reset.stopped_groups, run_node) { in panthor_sched_post_reset()
/linux-6.15/drivers/vfio/
H A Dvfio_iommu_type1.c2592 struct vfio_iommu_group *group, *group_tmp; in vfio_release_domain() local
2594 list_for_each_entry_safe(group, group_tmp, in vfio_release_domain()