Home
last modified time | relevance | path

Searched refs:KTR_COMPILE (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/sys/
H A Dktr_class.h81 #ifndef KTR_COMPILE
82 #define KTR_COMPILE (KTR_ALL) macro
85 #undef KTR_COMPILE
86 #define KTR_COMPILE 0 macro
H A Dstack.h66 if (KTR_COMPILE & (m)) \
H A Dktr.h81 if (KTR_COMPILE & (m)) \
249 #if (KTR_COMPILE & KTR_INIT) != 0
/f-stack/freebsd/mips/conf/
H A DCANNA16 #options KTR_COMPILE=(KTR_GEN)
H A DCI2018 #options KTR_COMPILE=(KTR_GEN)
H A Dstd.XLP54 #options KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
/f-stack/freebsd/arm/conf/
H A Dstd.armv768 #options KTR_COMPILE=KTR_ALL
H A Dstd.armv668 #options KTR_COMPILE=KTR_ALL
/f-stack/freebsd/kern/
H A Dkern_ktr.c98 uint64_t ktr_compile = KTR_COMPILE;
H A Dsched_4bsd.c1037 #if (KTR_COMPILE & KTR_SCHED) != 0 in sched_switch()
H A Dsched_ule.c2106 #if (KTR_COMPILE & KTR_SCHED) != 0 in sched_switch()
/f-stack/freebsd/netinet/
H A Din_mcast.c2993 #if defined(KTR) && (KTR_COMPILE & KTR_IGMPV3)