Home
last modified time | relevance | path

Searched refs:check_timeout (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Drqspinlock.c199 static noinline int check_timeout(rqspinlock_t *lock, u32 mask, in check_deadlock_ABBA()
237 (ret) = check_timeout((lock), (mask), &(ts)); \ in check_timeout()
242 ({ (ret) = check_timeout((lock), (mask), &(ts)); })
216 static noinline int check_timeout(rqspinlock_t *lock, u32 mask, check_timeout() function
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1128 static bool check_timeout(struct xe_exec_queue *q, struct xe_sched_job *job) in check_timeout() function
1368 if (!wedged && !skip_timeout_check && !check_timeout(q, job) && in guc_exec_queue_timedout_job()
2473 bool check_timeout = exec_queue_check_timeout(q); in handle_sched_done() local
2482 if (exec_queue_banned(q) || check_timeout) { in handle_sched_done()
2486 if (!check_timeout && exec_queue_destroyed(q)) { in handle_sched_done()