Lines Matching refs:save_spl

175 	int		save_spl;  in kcpc_bind_cpu()  local
215 save_spl = spl_xcall(); in kcpc_bind_cpu()
226 splx(save_spl); in kcpc_bind_cpu()
233 splx(save_spl); in kcpc_bind_cpu()
241 splx(save_spl); in kcpc_bind_cpu()
327 int save_spl; in kcpc_bind_thread() local
330 save_spl = spl_xcall(); in kcpc_bind_thread()
332 splx(save_spl); in kcpc_bind_thread()
431 int save_spl; in kcpc_sample() local
446 save_spl = spl_xcall(); in kcpc_sample()
449 splx(save_spl); in kcpc_sample()
457 splx(save_spl); in kcpc_sample()
477 splx(save_spl); in kcpc_sample()
484 splx(save_spl); in kcpc_sample()
553 int save_spl; in kcpc_unbind() local
556 save_spl = spl_xcall(); in kcpc_unbind()
559 splx(save_spl); in kcpc_unbind()
635 int save_spl; in kcpc_restart() local
648 save_spl = spl_xcall(); in kcpc_restart()
663 splx(save_spl); in kcpc_restart()
1062 int save_spl; in kcpc_hw_overflow_intr() local
1144 save_spl = spl_xcall(); in kcpc_hw_overflow_intr()
1154 splx(save_spl); in kcpc_hw_overflow_intr()
1220 int save_spl; in kcpc_save() local
1223 save_spl = spl_xcall(); in kcpc_save()
1227 splx(save_spl); in kcpc_save()
1236 splx(save_spl); in kcpc_save()
1243 splx(save_spl); in kcpc_save()
1261 splx(save_spl); in kcpc_save()
1268 int save_spl; in kcpc_restore() local
1305 save_spl = spl_xcall(); in kcpc_restore()
1307 splx(save_spl); in kcpc_restore()
1509 int save_spl; in kcpc_free() local
1515 save_spl = spl_xcall(); in kcpc_free()
1518 splx(save_spl); in kcpc_free()
1611 int save_spl; in kcpc_passivate() local
1634 save_spl = spl_xcall(); in kcpc_passivate()
1657 splx(save_spl); in kcpc_passivate()