Searched refs:find_held_lock (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/locking/ |
| H A D | lockdep.c | 5338 static struct held_lock *find_held_lock(struct task_struct *curr, in find_held_lock() function 5427 hlock = find_held_lock(curr, lock, depth, &i); in __lock_set_class() 5473 hlock = find_held_lock(curr, lock, depth, &i); in __lock_downgrade() 5533 hlock = find_held_lock(curr, lock, depth, &i); in __lock_release() 6053 hlock = find_held_lock(curr, lock, depth, &i); in __lock_contended() 6098 hlock = find_held_lock(curr, lock, depth, &i); in __lock_acquired()
|