taglinefilesource code
syscall_count61arch/i386/kernel/process.cif(syscall_count!=1)
syscall_count62arch/i386/kernel/process.cprintk("sys_idle: syscall count is not 1 (%ld)\n", syscall_count);
syscall_count62arch/i386/kernel/smp.cvolatile unsigned long syscall_count=0;      /* Number of times the processor holds the syscall lock  */
syscall_count208include/asm-i386/irq.h"incl "SYMBOL_NAME_STR(syscall_count)"\n\t" \
syscall_count258include/asm-i386/irq.h"incl "SYMBOL_NAME_STR(syscall_count)"\n\t" \
syscall_count294include/asm-i386/irq.h"incl "SYMBOL_NAME_STR(syscall_count)"\n\t" \
syscall_count189include/asm-i386/smp.hextern volatile unsigned long syscall_count;
syscall_count76include/asm-i386/system.hcurrent->lock_depth=syscall_count; \
syscall_count78include/asm-i386/system.hsyscall_count=next->lock_depth; \