Home
last modified time | relevance | path

Searched full:splimp (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dif_fwe.c190 s = splimp(); in fwe_attach()
256 s = splimp(); in fwe_detach()
355 s = splimp(); in fwe_ioctl()
372 s = splimp(); in fwe_ioctl()
406 s = splimp(); in fwe_ioctl()
431 s = splimp(); in fwe_output_callback()
455 s = splimp(); in fwe_start()
467 s = splimp(); in fwe_start()
H A Dif_fwip.c195 s = splimp(); in fwip_attach()
264 s = splimp(); in fwip_detach()
380 s = splimp(); in fwip_ioctl()
421 s = splimp(); in fwip_ioctl()
477 s = splimp(); in fwip_output_callback()
502 s = splimp(); in fwip_start()
514 s = splimp(); in fwip_start()
H A Dfirewirereg.h45 #define splfw splimp
/freebsd/share/doc/papers/kernmalloc/
H A Dappendix.t107 long s = splimp(); \
121 long s = splimp(); \
H A Dspell.ok52 splimp
H A Dappendix.ms237 \h'|11n'\*(+Klong\*(-K s = splimp(); \e
255 \h'|11n'\*(+Klong\*(-K s = splimp(); \e
/freebsd/share/man/man9/
H A Daltq.9358 s = splimp(); | s = splimp();
/freebsd/sys/net/altq/
H A Daltq_rmclass_debug.h82 #define LOCK_TRACE() splimp()
H A Daltq_cbq.c450 * Assumptions: called in splimp
521 * called from rmc_restart in splimp via timeout after waking up
H A Daltq_rmclass.c1538 * by raising IPL to splimp so that's what's implemented here. On a
/freebsd/sys/dev/safe/
H A Dsafe.c258 * NB: Network code assumes we are blocked with splimp() in safe_attach()
1699 * It is assumed that the caller in splimp()
1721 * It is assumed that the caller is within splimp().
1745 * It is assumed that the caller is in splimp()
/freebsd/sys/sys/
H A Dsystm.h453 static __inline intrmask_t splimp(void) { return 0; } in splimp() function
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h498 # define SPL_IMP(x) x = splimp()
/freebsd/sys/dev/sbni/
H A Dif_sbni.c679 * Prepare to start output on adapter. Current priority must be set to splimp
/freebsd/sys/dev/hifn/
H A Dhifn7751.c531 * NB: Network code assumes we are blocked with splimp() in hifn_attach()