Searched refs:held_locks (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep.c798 print_lock(p->held_locks + i);
3034 prev = curr->held_locks + i;
3244 if (curr->held_locks[depth].irq_context !=
3245 curr->held_locks[depth-1].irq_context)
3250 hlock = curr->held_locks + depth - 1;
3276 if (curr->held_locks[depth].irq_context !=
3277 curr->held_locks[depth-1].irq_context)
3546 hlock_curr = curr->held_locks + i;
3580 hlock = curr->held_locks + i;
3650 id = hlock_id(&curr->held_locks[
[all...]
/linux-master/include/linux/
H A Dsched.h1183 struct held_lock held_locks[MAX_LOCK_DEPTH]; member in struct:task_struct

Completed in 235 milliseconds