Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_cpu_topology.c560 pcpu_sysctl = kmalloc(sizeof(*pcpu_sysctl) * MAXCPU, M_PCPUSYS, in init_pcpu_topology_sysctl()
671 pcpu_sysctl[i].sysctl_tree = SYSCTL_ADD_NODE(&pcpu_sysctl[i].sysctl_ctx, in build_sysctl_cpu_topology()
674 pcpu_sysctl[i].cpu_name, in build_sysctl_cpu_topology()
686 &pcpu_sysctl[i].physical_id, 0, in build_sysctl_cpu_topology()
705 &pcpu_sysctl[i].core_id, 0, in build_sysctl_cpu_topology()
712 pcpu_sysctl[i].core_siblings, 0, in build_sysctl_cpu_topology()
763 if (pcpu_sysctl) in get_cpu_ht_id()
764 return(pcpu_sysctl[cpuid].ht_id); in get_cpu_ht_id()
771 if (pcpu_sysctl) in get_cpu_core_id()
772 return(pcpu_sysctl[cpuid].core_id); in get_cpu_core_id()
[all …]