Searched refs:mark_lock (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/locking/ |
| D | lockdep.c | 3047 static int mark_lock(struct task_struct *curr, struct held_lock *this, 3360 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks() 3554 if (!mark_lock(curr, hlock, in mark_usage() 3558 if (!mark_lock(curr, hlock, in mark_usage() 3563 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage() 3566 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage() 3572 if (!mark_lock(curr, hlock, in mark_usage() 3576 if (!mark_lock(curr, hlock, in mark_usage() 3580 if (!mark_lock(curr, hlock, in mark_usage() 3584 if (!mark_lock(curr, hlock, in mark_usage() [all …]
|