Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_cpu_topology.c74 __read_frequently int cpu_topology_ht_ids; variable
81 SYSCTL_INT(_hw, OID_AUTO, cpu_topology_ht_ids, CTLFLAG_RW,
82 &cpu_topology_ht_ids, 0, "# of logical cores per real core");
608 if (cpu_topology_ht_ids < pcpu_sysctl[i].ht_id + 1) in init_pcpu_topology_sysctl()
609 cpu_topology_ht_ids = pcpu_sysctl[i].ht_id + 1; in init_pcpu_topology_sysctl()
/dragonfly/sys/sys/
H A Dcpu_topology.h72 extern int cpu_topology_ht_ids;
/dragonfly/sys/vm/
H A Dvm_page.c651 if (cpu_topology_ht_ids) { in vm_numa_organize_finalize()
654 scale_lim = scale_lim / cpu_topology_ht_ids; in vm_numa_organize_finalize()
655 scale_lim = scale_lim * cpu_topology_ht_ids; in vm_numa_organize_finalize()
1195 if (cpu_topology_ht_ids) { in vm_get_pg_color()
1227 cpuscale = grpscale / cpu_topology_ht_ids; in vm_get_pg_color()