Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c177 struct work_struct sync_upd_work; member
679 struct work_struct sync_upd_work; member
2606 static void sync_upd_work(struct work_struct *work) in sync_upd_work() function
2610 sync_upd_work); in sync_upd_work()
2954 cancel_work_sync(&sched->sync_upd_work); in panthor_sched_pre_reset()
3097 container_of(work, struct panthor_group, sync_upd_work); in group_sync_upd_work()
3684 INIT_WORK(&group->sync_upd_work, group_sync_upd_work); in panthor_group_create()
4056 disable_work_sync(&sched->sync_upd_work); in panthor_sched_unplug()
4139 INIT_WORK(&sched->sync_upd_work, sync_upd_work); in panthor_sched_init()