Searched refs:mark_lock (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/locking/ |
| H A D | lockdep.c | 3986 static int mark_lock(struct task_struct *curr, struct held_lock *this, 4325 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks() 4630 if (!mark_lock(curr, hlock, in mark_usage() 4634 if (!mark_lock(curr, hlock, in mark_usage() 4639 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage() 4642 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage() 4654 if (!mark_lock(curr, hlock, in mark_usage() 4658 if (!mark_lock(curr, hlock, in mark_usage() 4662 if (!mark_lock(curr, hlock, in mark_usage() 4666 if (!mark_lock(curr, hlock, in mark_usage() [all …]
|