tag | line | file | source code |
smp_spins_syscall_cur | 135 | arch/i386/kernel/process.c | smp_spins_syscall_cur[smp_processor_id()]; |
smp_spins_syscall_cur | 88 | arch/i386/kernel/smp.c | volatile unsigned long smp_spins_syscall_cur[NR_CPUS]={0};/* Count spins for the actual syscall */ |
smp_spins_syscall_cur | 68 | arch/sparc/kernel/smp.c | volatile unsigned long smp_spins_syscall_cur[NR_CPUS]={0}; |
smp_spins_syscall_cur | 22 | include/linux/smp.h | extern volatile unsigned long smp_spins_syscall_cur[]; /* count of syscall spins for the current |