Searched refs:find_held_lock (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/locking/ |
| H A D | lockdep.c | 5340 static struct held_lock *find_held_lock(struct task_struct *curr, in find_held_lock() function 5429 hlock = find_held_lock(curr, lock, depth, &i); in __lock_set_class() 5475 hlock = find_held_lock(curr, lock, depth, &i); in __lock_downgrade() 5535 hlock = find_held_lock(curr, lock, depth, &i); in __lock_release() 6055 hlock = find_held_lock(curr, lock, depth, &i); in __lock_contended() 6100 hlock = find_held_lock(curr, lock, depth, &i); in __lock_acquired()
|