Lines Matching refs:mark_lock
3982 static int mark_lock(struct task_struct *curr, struct held_lock *this,
4321 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks()
4626 if (!mark_lock(curr, hlock, in mark_usage()
4630 if (!mark_lock(curr, hlock, in mark_usage()
4635 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage()
4638 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage()
4650 if (!mark_lock(curr, hlock, 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()
4670 if (!mark_lock(curr, hlock, LOCK_USED)) in mark_usage()
4708 static int mark_lock(struct task_struct *curr, struct held_lock *this, in mark_lock() function