Searched refs:exec_queue_destroyed (Results 1 – 1 of 1) sorted by relevance
135 static bool exec_queue_destroyed(struct xe_exec_queue *q) in exec_queue_destroyed() function1147 xe_gt_assert(guc_to_gt(guc), !(exec_queue_destroyed(q) || exec_queue_pending_disable(q)) || in guc_exec_queue_run_job()1363 xe_gt_assert(guc_to_gt(guc), !exec_queue_destroyed(q)); in enable_scheduling()1395 xe_gt_assert(guc_to_gt(guc), !exec_queue_destroyed(q)); in disable_scheduling()1426 xe_gt_assert(guc_to_gt(guc), !exec_queue_destroyed(q)); in guc_exec_queue_timedout_job()1788 xe_gt_assert(guc_to_gt(guc), !exec_queue_destroyed(q)); in sched_context()2239 if (exec_queue_destroyed(q)) in guc_exec_queue_stop()2362 if (exec_queue_destroyed(q) && exec_queue_registered(q)) { in guc_exec_queue_revert_pending_state_change()2734 xe_gt_assert(guc_to_gt(guc), exec_queue_destroyed(q)); in deregister_exec_queue()2773 if (exec_queue_destroyed(q)) { in handle_sched_done()[all …]