Searched refs:check_timeout (Results 1 – 1 of 1) sorted by relevance
914 static bool check_timeout(struct xe_exec_queue *q, struct xe_sched_job *job) in check_timeout() function1125 if (!wedged && !skip_timeout_check && !check_timeout(q, job) && in guc_exec_queue_timedout_job()1844 bool check_timeout = exec_queue_check_timeout(q); in handle_sched_done() local1853 if (exec_queue_banned(q) || check_timeout) { in handle_sched_done()1857 if (!check_timeout) in handle_sched_done()