tag | line | file | source code |
---|---|---|---|
lock_depth | 76 | include/asm-i386/system.h | current->lock_depth=syscall_count; \ |
lock_depth | 77 | include/asm-i386/system.h | kernel_counter+=next->lock_depth-current->lock_depth; \ |
lock_depth | 78 | include/asm-i386/system.h | syscall_count=next->lock_depth; \ |
lock_depth | 235 | include/linux/sched.h | int lock_depth; /* Lock depth. We can context switch in and out of holding a syscall kernel lock... */ |
lock_depth | 246 | kernel/fork.c | p->lock_depth = 1; |