Home
last modified time | relevance | path

Searched refs:save_spl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c186 int save_spl; in kcpc_bind_cpu() local
237 splx(save_spl); in kcpc_bind_cpu()
252 splx(save_spl); in kcpc_bind_cpu()
337 int save_spl; in kcpc_bind_thread() local
441 int save_spl; in kcpc_sample() local
494 splx(save_spl); in kcpc_sample()
637 int save_spl; in kcpc_restart() local
1064 int save_spl; in kcpc_hw_overflow_intr() local
1223 int save_spl; in kcpc_save() local
1272 int save_spl; in kcpc_restore() local
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_call.c83 int save_spl = splr(ipltospl(XC_HI_PIL)); in cpu_call() local
86 splx(save_spl); in cpu_call()
H A Dx_call.c467 int save_spl; in xc_common() local
476 save_spl = splr(ipltospl(XC_HI_PIL)); in xc_common()
541 splx(save_spl); in xc_common()
634 int save_spl = splr(ipltospl(XC_HI_PIL)); in xc_priority() local
640 splx(save_spl); in xc_priority()