Lines Matching refs:mark_lock
3987 static int mark_lock(struct task_struct *curr, struct held_lock *this,
4326 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks()
4631 if (!mark_lock(curr, hlock, in mark_usage()
4635 if (!mark_lock(curr, hlock, in mark_usage()
4640 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage()
4643 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage()
4655 if (!mark_lock(curr, hlock, in mark_usage()
4659 if (!mark_lock(curr, hlock, in mark_usage()
4663 if (!mark_lock(curr, hlock, in mark_usage()
4667 if (!mark_lock(curr, hlock, in mark_usage()
4675 if (!mark_lock(curr, hlock, LOCK_USED)) in mark_usage()
4713 static int mark_lock(struct task_struct *curr, struct held_lock *this, in mark_lock() function