tag | line | file | source code |
syscall_count | 62 | arch/i386/kernel/process.c | if(syscall_count!=1) |
syscall_count | 63 | arch/i386/kernel/process.c | printk("sys_idle: syscall count is not 1 (%ld)\n", syscall_count); |
syscall_count | 60 | arch/i386/kernel/smp.c | volatile unsigned long syscall_count=0; /* Number of times the processor holds the syscall lock */ |
syscall_count | 208 | include/asm-i386/irq.h | "incl "SYMBOL_NAME_STR(syscall_count)"\n\t" \ |
syscall_count | 258 | include/asm-i386/irq.h | "incl "SYMBOL_NAME_STR(syscall_count)"\n\t" \ |
syscall_count | 294 | include/asm-i386/irq.h | "incl "SYMBOL_NAME_STR(syscall_count)"\n\t" \ |
syscall_count | 189 | include/asm-i386/smp.h | extern volatile unsigned long syscall_count; |
syscall_count | 76 | include/asm-i386/system.h | current->lock_depth=syscall_count; \ |
syscall_count | 78 | include/asm-i386/system.h | syscall_count=next->lock_depth; \ |