Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Drqspinlock.c216 static noinline int check_timeout(rqspinlock_t *lock, u32 mask, in check_timeout() function
251 (ret) = check_timeout((lock), (mask), &(ts)); \
256 ({ (ret) = check_timeout((lock), (mask), &(ts)); })
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c928 static bool check_timeout(struct xe_exec_queue *q, struct xe_sched_job *job) in check_timeout() function
1163 if (!wedged && !skip_timeout_check && !check_timeout(q, job) && in guc_exec_queue_timedout_job()
1881 bool check_timeout = exec_queue_check_timeout(q); in handle_sched_done() local
1890 if (exec_queue_banned(q) || check_timeout) { in handle_sched_done()
1894 if (!check_timeout && exec_queue_destroyed(q)) { in handle_sched_done()