Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dsmp.h108 #define CG_FLAG_HTT 0x01 /* Schedule the alternate core last. */ macro
110 #define CG_FLAG_THREAD (CG_FLAG_HTT | CG_FLAG_SMT) /* Any threading. */
/src/sys/kern/
H A Dsched_shim.c267 if ((cg->cg_flags & CG_FLAG_HTT) != 0) in sysctl_kern_sched_topology_spec_internal()
H A Dsubr_smp.c731 top = smp_topo_1level(CG_SHARE_L1, 2, CG_FLAG_HTT); in smp_topo()