taglinefilesource code
lock_depth76include/asm-i386/system.hprev->lock_depth=syscall_count; \
lock_depth77include/asm-i386/system.hkernel_counter+=next->lock_depth-prev->lock_depth; \
lock_depth78include/asm-i386/system.hsyscall_count=next->lock_depth; \
lock_depth251include/linux/sched.hint lock_depth;    /* Lock depth. We can context switch in and out of holding a syscall kernel lock... */  
lock_depth248kernel/fork.cp->lock_depth = 1;