Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_sched.c185 struct work_struct sync_upd_work; member
635 struct work_struct sync_upd_work; member
2429 static void sync_upd_work(struct work_struct *work) in sync_upd_work() function
2433 sync_upd_work); in sync_upd_work()
2740 cancel_work_sync(&sched->sync_upd_work); in panthor_sched_pre_reset()
2796 container_of(work, struct panthor_group, sync_upd_work); in group_sync_upd_work()
3143 INIT_WORK(&group->sync_upd_work, group_sync_upd_work); in panthor_group_create()
3551 INIT_WORK(&sched->sync_upd_work, sync_upd_work); in panthor_sched_init()