taglinefilesource code
kernel_counter81arch/i386/kernel/smp.cvolatile unsigned long kernel_counter=0;    /* Number of times the processor holds the lock    */
kernel_counter62arch/sparc/kernel/smp.cvolatile unsigned long kernel_counter = 0;
kernel_counter176include/asm-i386/irq.h"incl "SYMBOL_NAME_STR(kernel_counter)"\n\t" \
kernel_counter186include/asm-i386/irq.h"decl "SYMBOL_NAME_STR(kernel_counter)"\n\t" \
kernel_counter188include/asm-i386/smp.hextern volatile unsigned long kernel_flag, kernel_counter;
kernel_counter195include/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-prev->lock_depth; \
kernel_counter166include/asm-sparc/asmmacro.hINCREMENT_COUNTER(kernel_counter, l6, l5) \
kernel_counter171include/asm-sparc/asmmacro.hINCREMENT_COUNTER(kernel_counter, l6, l5)
kernel_counter183include/asm-sparc/asmmacro.hset  C_LABEL(kernel_counter), %l6; \
kernel_counter48include/asm-sparc/smp.hextern volatile unsigned long kernel_counter;
kernel_counter52include/asm-sparc/smp.hextern volatile unsigned long kernel_counter;
kernel_counter38include/asm-sparc/smp_lock.hkernel_counter++;
kernel_counter48include/asm-sparc/smp_lock.hif(kernel_counter == 0)
kernel_counter51include/asm-sparc/smp_lock.hif(!--kernel_counter) {
kernel_counter74include/asm-sparc/system.hkernel_counter += (next->lock_depth - prev->lock_depth); \