Lines Matching refs:mark_lock
3047 static int mark_lock(struct task_struct *curr, struct held_lock *this,
3360 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks()
3554 if (!mark_lock(curr, hlock, in mark_usage()
3558 if (!mark_lock(curr, hlock, in mark_usage()
3563 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage()
3566 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage()
3572 if (!mark_lock(curr, hlock, in mark_usage()
3576 if (!mark_lock(curr, hlock, in mark_usage()
3580 if (!mark_lock(curr, hlock, in mark_usage()
3584 if (!mark_lock(curr, hlock, in mark_usage()
3592 if (!mark_lock(curr, hlock, LOCK_USED)) in mark_usage()
3629 static int mark_lock(struct task_struct *curr, struct held_lock *this, in mark_lock() function