Home
last modified time | relevance | path

Searched refs:CG_FLAG_SMT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsmp.h106 #define CG_FLAG_SMT 0x02 /* New age htt, less crippled. */ macro
107 #define CG_FLAG_THREAD (CG_FLAG_HTT | CG_FLAG_SMT) /* Any threading. */
/f-stack/freebsd/kern/
H A Dsubr_smp.c670 CG_FLAG_SMT); in smp_topo()
H A Dsched_ule.c3022 if ((cg->cg_flags & CG_FLAG_SMT) != 0) in sysctl_kern_sched_topology_spec_internal()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c807 cg_root->cg_flags = CG_FLAG_SMT; in x86topo_add_sched_group()