Lines Matching refs:mark_lock
3867 static int mark_lock(struct task_struct *curr, struct held_lock *this,
4194 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks()
4476 if (!mark_lock(curr, hlock, in mark_usage()
4480 if (!mark_lock(curr, hlock, in mark_usage()
4485 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage()
4488 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage()
4494 if (!mark_lock(curr, hlock, in mark_usage()
4498 if (!mark_lock(curr, hlock, in mark_usage()
4502 if (!mark_lock(curr, hlock, in mark_usage()
4506 if (!mark_lock(curr, hlock, in mark_usage()
4514 if (!mark_lock(curr, hlock, LOCK_USED)) in mark_usage()
4552 static int mark_lock(struct task_struct *curr, struct held_lock *this, in mark_lock() function