Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Drqspinlock.c201 static noinline int check_deadlock(rqspinlock_t *lock, u32 mask, in check_deadlock() function
237 return check_deadlock(lock, mask, ts); in check_timeout()
/linux-6.15/kernel/locking/
H A Dlockdep.c3058 check_deadlock(struct task_struct *curr, struct held_lock *next) in check_deadlock() function
3896 int ret = check_deadlock(curr, hlock); in validate_chain()