Home
last modified time | relevance | path

Searched refs:CG_FLAG_HTT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dsmp.h105 #define CG_FLAG_HTT 0x01 /* Schedule the alternate core last. */ macro
107 #define CG_FLAG_THREAD (CG_FLAG_HTT | CG_FLAG_SMT) /* Any threading. */
/f-stack/freebsd/kern/
H A Dsubr_smp.c665 top = smp_topo_1level(CG_SHARE_L1, 2, CG_FLAG_HTT); in smp_topo()
H A Dsched_ule.c3018 if ((cg->cg_flags & CG_FLAG_HTT) != 0) in sysctl_kern_sched_topology_spec_internal()