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
381 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()
1209 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()