spl 130 kern/arch/mips/locore/trap.c int spl;
spl 211 kern/arch/mips/locore/trap.c spl = splhigh();
spl 212 kern/arch/mips/locore/trap.c splx(spl);
spl 117 kern/arch/mips/vm/dumbvm.c int spl;
spl 190 kern/arch/mips/vm/dumbvm.c spl = splhigh();
spl 201 kern/arch/mips/vm/dumbvm.c splx(spl);
spl 206 kern/arch/mips/vm/dumbvm.c splx(spl);
spl 238 kern/arch/mips/vm/dumbvm.c int i, spl;
spl 250 kern/arch/mips/vm/dumbvm.c spl = splhigh();
spl 256 kern/arch/mips/vm/dumbvm.c splx(spl);
spl 153 kern/dev/lamebus/ltimer.c int spl;
spl 170 kern/dev/lamebus/ltimer.c spl = splhigh();
spl 179 kern/dev/lamebus/ltimer.c splx(spl);
spl 132 kern/thread/spl.c splx(int spl)
spl 137 kern/thread/spl.c if (cur->t_curspl < spl) {
spl 139 kern/thread/spl.c splraise(cur->t_curspl, spl);
spl 141 kern/thread/spl.c cur->t_curspl = spl;
spl 143 kern/thread/spl.c else if (cur->t_curspl > spl) {
spl 146 kern/thread/spl.c cur->t_curspl = spl;
spl 147 kern/thread/spl.c spllower(ret, spl);
spl 151 kern/thread/spl.c ret = spl;
spl 551 kern/thread/thread.c int spl;
spl 557 kern/thread/thread.c spl = splhigh();
spl 566 kern/thread/thread.c splx(spl);
spl 579 kern/thread/thread.c splx(spl);
spl 718 kern/thread/thread.c splx(spl);