Searched refs:find_held_lock (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/locking/ |
| H A D | lockdep.c | 5391 static struct held_lock *find_held_lock(struct task_struct *curr, in find_held_lock() function 5480 hlock = find_held_lock(curr, lock, depth, &i); in __lock_set_class() 5528 hlock = find_held_lock(curr, lock, depth, &i); in __lock_downgrade() 5588 hlock = find_held_lock(curr, lock, depth, &i); in __lock_release() 6151 hlock = find_held_lock(curr, lock, depth, &i); in __lock_contended() 6196 hlock = find_held_lock(curr, lock, depth, &i); in __lock_acquired()
|