Searched refs:exec_queue_destroyed (Results 1 – 1 of 1) sorted by relevance
136 static bool exec_queue_destroyed(struct xe_exec_queue *q) in exec_queue_destroyed() function896 xe_gt_assert(guc_to_gt(guc), !(exec_queue_destroyed(q) || exec_queue_pending_disable(q)) || in guc_exec_queue_run_job()1082 if (!wedged && exec_queue_registered(q) && !exec_queue_destroyed(q)) { in xe_guc_exec_queue_lr_cleanup()1175 xe_gt_assert(guc_to_gt(guc), !exec_queue_destroyed(q)); in enable_scheduling()1205 xe_gt_assert(guc_to_gt(guc), !exec_queue_destroyed(q)); in disable_scheduling()1226 xe_gt_assert(guc_to_gt(guc), !exec_queue_destroyed(q)); in __deregister_exec_queue()1272 exec_queue_destroyed(q); in guc_exec_queue_timedout_job()1307 if (!exec_queue_destroyed(q)) { in guc_exec_queue_timedout_job()1412 if (!wedged && exec_queue_registered(q) && !exec_queue_destroyed(q)) { in guc_exec_queue_timedout_job()1973 else if (exec_queue_destroyed(q)) in guc_exec_queue_stop()[all …]