Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_pcpu.c80 struct cpuhead cpuhead = STAILQ_HEAD_INITIALIZER(cpuhead); variable
94 STAILQ_INSERT_TAIL(&cpuhead, pcpu, pc_allcpu); in pcpu_init()
274 STAILQ_REMOVE(&cpuhead, pcpu, pcpu, pc_allcpu); in pcpu_destroy()
H A Dkern_idle.c65 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in idle_setup()
H A Dsubr_kdb.c595 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in kdb_thr_ctx()
H A Dsched_4bsd.c1165 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup()
1200 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup()
H A Dkern_racct.c364 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in racct_getpcpu()
H A Dkern_rmlock.c846 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in db_show_rm()
/f-stack/freebsd/sys/
H A Dpcpu.h214 STAILQ_HEAD(cpuhead, pcpu);
216 extern struct cpuhead cpuhead;
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c94 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected()
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c465 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in pcie_cfgregopen()
/f-stack/freebsd/net/
H A Dnetisr.c1326 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in netisr_init()
1348 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in netisr_start()
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c867 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in native_lapic_intrcnt()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1881 STAILQ_INIT(&cpuhead); in pmap_bootstrap()