Searched refs:mark_lock (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/locking/ |
| H A D | lockdep.c | 4030 static int mark_lock(struct task_struct *curr, struct held_lock *this, 4369 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks() 4674 if (!mark_lock(curr, hlock, in mark_usage() 4678 if (!mark_lock(curr, hlock, in mark_usage() 4683 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage() 4686 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage() 4698 if (!mark_lock(curr, hlock, in mark_usage() 4702 if (!mark_lock(curr, hlock, in mark_usage() 4706 if (!mark_lock(curr, hlock, in mark_usage() 4710 if (!mark_lock(curr, hlock, in mark_usage() [all …]
|