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.c185 struct work_struct sync_upd_work; member
687 struct work_struct sync_upd_work; member
2609 static void sync_upd_work(struct work_struct *work) in sync_upd_work() function
2613 sync_upd_work); in sync_upd_work()
2937 cancel_work_sync(&sched->sync_upd_work); in panthor_sched_pre_reset()
3082 container_of(work, struct panthor_group, sync_upd_work); in group_sync_upd_work()
3657 INIT_WORK(&group->sync_upd_work, group_sync_upd_work); in panthor_group_create()
4029 disable_work_sync(&sched->sync_upd_work); in panthor_sched_unplug()
4112 INIT_WORK(&sched->sync_upd_work, sync_upd_work); in panthor_sched_init()