Lines Matching refs:mark_lock
3909 static int mark_lock(struct task_struct *curr, struct held_lock *this,
4236 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks()
4517 if (!mark_lock(curr, hlock, in mark_usage()
4521 if (!mark_lock(curr, hlock, in mark_usage()
4526 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage()
4529 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage()
4535 if (!mark_lock(curr, hlock, in mark_usage()
4539 if (!mark_lock(curr, hlock, in mark_usage()
4543 if (!mark_lock(curr, hlock, in mark_usage()
4547 if (!mark_lock(curr, hlock, in mark_usage()
4555 if (!mark_lock(curr, hlock, LOCK_USED)) in mark_usage()
4593 static int mark_lock(struct task_struct *curr, struct held_lock *this, in mark_lock() function