Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_exec_queue_types.h37 struct work_struct fini_async; member
Dxe_execlist_types.h45 struct work_struct fini_async; member
Dxe_execlist.c381 container_of(w, struct xe_execlist_exec_queue, fini_async); in execlist_exec_queue_fini_async()
408 INIT_WORK(&q->execlist->fini_async, execlist_exec_queue_fini_async); in execlist_exec_queue_fini()
409 queue_work(system_unbound_wq, &q->execlist->fini_async); in execlist_exec_queue_fini()
Dxe_guc_submit.c1209 container_of(w, struct xe_guc_exec_queue, fini_async); in __guc_exec_queue_fini_async()
1232 INIT_WORK(&q->guc->fini_async, __guc_exec_queue_fini_async); in guc_exec_queue_fini_async()
1236 __guc_exec_queue_fini_async(&q->guc->fini_async); in guc_exec_queue_fini_async()
1238 queue_work(xe->destroy_wq, &q->guc->fini_async); in guc_exec_queue_fini_async()