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()
4602 if (!mark_lock(curr, hlock, in mark_usage()
4606 if (!mark_lock(curr, hlock, in mark_usage()
4611 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage()
4614 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage()
4626 if (!mark_lock(curr, hlock, in mark_usage()
4630 if (!mark_lock(curr, hlock, in mark_usage()
4634 if (!mark_lock(curr, hlock, in mark_usage()
4638 if (!mark_lock(curr, hlock, in mark_usage()
4646 if (!mark_lock(curr, hlock, LOCK_USED)) in mark_usage()
4684 static int mark_lock(struct task_struct *curr, struct held_lock *this, in mark_lock() function