taglinefilesource code
kernel_counter65arch/i386/kernel/smp.cvolatile unsigned long kernel_counter=0;    /* Number of times the processor holds the lock    */
kernel_counter173include/asm-i386/irq.h"incl "SYMBOL_NAME_STR(kernel_counter)"\n\t" \
kernel_counter181include/asm-i386/irq.h"decl "SYMBOL_NAME_STR(kernel_counter)"\n\t" \
kernel_counter184include/asm-i386/smp.hextern volatile unsigned long kernel_flag, kernel_counter;
kernel_counter190include/asm-i386/smp.hextern volatile unsigned long kernel_counter;
kernel_counter44include/asm-i386/smp_lock.hkernel_counter++;
kernel_counter57include/asm-i386/smp_lock.hif (kernel_counter == 0)
kernel_counter60include/asm-i386/smp_lock.hif(! --kernel_counter) 
kernel_counter77include/asm-i386/system.hkernel_counter+=next->lock_depth-current->lock_depth; \