taglinefilesource code
kernel_counter64arch/i386/kernel/smp.cvolatile unsigned long kernel_counter=0;    /* Number of times the processor holds the lock    */
kernel_counter165include/asm-i386/irq.h"incl "SYMBOL_NAME_STR(kernel_counter)"\n\t" \
kernel_counter173include/asm-i386/irq.h"decl "SYMBOL_NAME_STR(kernel_counter)"\n\t" \
kernel_counter185include/asm-i386/smp.hextern volatile unsigned long kernel_flag, kernel_counter;
kernel_counter191include/asm-i386/smp.hextern volatile unsigned long kernel_counter;
kernel_counter42include/asm-i386/smp_lock.hkernel_counter++;
kernel_counter55include/asm-i386/smp_lock.hif (kernel_counter == 0)
kernel_counter58include/asm-i386/smp_lock.hif(! --kernel_counter) 
kernel_counter77include/asm-i386/system.hkernel_counter+=next->lock_depth-current->lock_depth; \