Lines Matching refs:mark_lock
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()
4674 if (!mark_lock(curr, hlock, LOCK_USED)) in mark_usage()
4712 static int mark_lock(struct task_struct *curr, struct held_lock *this, in mark_lock() function