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_timeout() function
237 (ret) = check_timeout((lock), (mask), &(ts)); \
242 ({ (ret) = check_timeout((lock), (mask), &(ts)); })
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1330 static bool check_timeout(struct xe_exec_queue *q, struct xe_sched_job *job) in check_timeout() function
1507 if (!skip_timeout_check && !check_timeout(q, job)) in guc_exec_queue_timedout_job()