Searched refs:PI_SOFT (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpreempt.h36 #define in_task() (curthread->td_priority >= PI_SOFT)
/freebsd-current/sys/sys/
H A Dpriority.h97 #define PI_SOFT (PRI_MIN_ITHD + 8) macro
98 #define PI_SOFTCLOCK PI_SOFT
99 #define PI_SWI(x) PI_SOFT
/freebsd-current/sys/dev/wtap/
H A Dif_wtap.c646 taskqueue_start_threads(&sc->sc_tq, 1, PI_SOFT, "%s taskQ", sc->name);
/freebsd-current/sys/kern/
H A Dsubr_gtaskqueue.c617 gtaskqueue_start_threads(&qcpu->tgc_taskq, 1, PI_SOFT,
H A Dkern_intr.c1494 if (ih->ih_pri >= PI_SOFT)
/freebsd-current/sys/dev/cxgbe/
H A Dt4_main.c13204 taskqueue_start_threads(&reset_tq, 1, PI_SOFT,

Completed in 227 milliseconds