Searched refs:destroy_async (Results 1 – 2 of 2) sorted by relevance
45 struct work_struct destroy_async; member
1474 container_of(w, struct xe_guc_exec_queue, destroy_async); in __guc_exec_queue_destroy_async()1496 INIT_WORK(&q->guc->destroy_async, __guc_exec_queue_destroy_async); in guc_exec_queue_destroy_async()1500 __guc_exec_queue_destroy_async(&q->guc->destroy_async); in guc_exec_queue_destroy_async()1502 queue_work(xe->destroy_wq, &q->guc->destroy_async); in guc_exec_queue_destroy_async()