IPL_SOFTCLOCK 102 arch/i386/include/i82489var.h #define LAPIC_SOFTCLOCK_VECTOR IPL_SOFTCLOCK IPL_SOFTCLOCK 119 arch/i386/include/intr.h #define splsoftclock() splraise(IPL_SOFTCLOCK) IPL_SOFTCLOCK 132 arch/i386/include/intr.h #define setsoftclock() softintr(1 << SIR_CLOCK, IPL_SOFTCLOCK) IPL_SOFTCLOCK 300 arch/i386/isa/isa_machdep.c IMASK(IPL_SOFTCLOCK) |= 1 << SIR_CLOCK; IPL_SOFTCLOCK 150 kern/kern_clock.c softclock_si = softintr_establish(IPL_SOFTCLOCK, generic_softclock, NULL); IPL_SOFTCLOCK 1184 nfs/nfs_serv.c splassert(IPL_SOFTCLOCK);