Searched refs:fini_async (Results 1 – 4 of 4) sorted by relevance
37 struct work_struct fini_async; member
45 struct work_struct fini_async; member
391 container_of(w, struct xe_execlist_exec_queue, fini_async); in execlist_exec_queue_fini_async()418 INIT_WORK(&q->execlist->fini_async, execlist_exec_queue_fini_async); in execlist_exec_queue_fini()419 queue_work(system_unbound_wq, &q->execlist->fini_async); in execlist_exec_queue_fini()
1250 container_of(w, struct xe_guc_exec_queue, fini_async); in __guc_exec_queue_fini_async()1275 INIT_WORK(&q->guc->fini_async, __guc_exec_queue_fini_async); in guc_exec_queue_fini_async()1279 __guc_exec_queue_fini_async(&q->guc->fini_async); in guc_exec_queue_fini_async()1281 queue_work(xe->destroy_wq, &q->guc->fini_async); in guc_exec_queue_fini_async()