tag | line | file | source code |
---|---|---|---|
smp_spins_syscall | 268 | arch/i386/kernel/irq.c | sum_spins_syscall+=smp_spins_syscall[i]; |
smp_spins_syscall | 308 | arch/i386/kernel/irq.c | len+=sprintf(buf+len," %10lu",smp_spins_syscall[i]); |
smp_spins_syscall | 87 | arch/i386/kernel/smp.c | volatile unsigned long smp_spins_syscall[NR_CPUS]={0}; /* Count syscall spins */ |
smp_spins_syscall | 21 | include/linux/smp.h | extern volatile unsigned long smp_spins_syscall[]; /* count of syscall spins */ |