Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_cpu_topology.c75 __read_frequently int cpu_topology_core_ids; variable
83 SYSCTL_INT(_hw, OID_AUTO, cpu_topology_core_ids, CTLFLAG_RW,
84 &cpu_topology_core_ids, 0, "# of real cores per package");
604 if (cpu_topology_core_ids < pcpu_sysctl[i].core_id + 1) in init_pcpu_topology_sysctl()
605 cpu_topology_core_ids = pcpu_sysctl[i].core_id + 1; in init_pcpu_topology_sysctl()
/dragonfly/sys/sys/
H A Dcpu_topology.h73 extern int cpu_topology_core_ids;
/dragonfly/sys/vm/
H A Dvm_page.c535 cpu_topology_core_ids == 0) { in vm_numa_organize()
653 scale_lim = scale_lim / cpu_topology_core_ids; in vm_numa_organize_finalize()
656 scale_lim = scale_lim * cpu_topology_core_ids; in vm_numa_organize_finalize()
1226 grpscale = physcale / cpu_topology_core_ids; in vm_get_pg_color()