Home
last modified time | relevance | path

Searched refs:splx (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_rmclass_debug.h86 #define UNLOCK_TRACE(x) splx(x)
H A Daltq_priq.c91 splx(s); in priq_pfattach()
283 splx(s); in priq_class_create()
420 splx(s); in priq_class_destroy()
H A Daltq_subr.c223 splx(s);
245 splx(s);
512 splx(s); in altq_pfdetach()
1430 splx(s);
1449 splx(s);
1483 splx(s);
H A Daltq_rmclass.c345 splx(s); in rmc_newclass()
396 splx(s); in rmc_modclass()
631 splx(s); in rmc_delete_class()
1571 splx(s); in rmc_restart()
H A Daltq_hfsc.c154 splx(s); in hfsc_pfattach()
500 splx(s); in hfsc_class_create()
523 splx(s); in hfsc_class_create()
590 splx(s); in hfsc_class_destroy()
H A Daltq_cbq.c220 splx(s); in cbq_pfattach()
/f-stack/freebsd/sys/
H A Dsystm.h510 static __inline void splx(intrmask_t ipl __unused) { return; } in splx() function
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h517 # define SPL_X(x) (void) splx(x)