Searched refs:cpuhead (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_pcpu.c | 80 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 D | kern_idle.c | 65 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in idle_setup()
|
| H A D | subr_kdb.c | 595 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in kdb_thr_ctx()
|
| H A D | sched_4bsd.c | 1165 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup() 1200 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup()
|
| H A D | kern_racct.c | 364 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in racct_getpcpu()
|
| H A D | kern_rmlock.c | 846 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in db_show_rm()
|
| /f-stack/freebsd/sys/ |
| H A D | pcpu.h | 214 STAILQ_HEAD(cpuhead, pcpu); 216 extern struct cpuhead cpuhead;
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 94 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected()
|
| /f-stack/freebsd/i386/pci/ |
| H A D | pci_cfgreg.c | 465 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in pcie_cfgregopen()
|
| /f-stack/freebsd/net/ |
| H A D | netisr.c | 1326 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 D | local_apic.c | 867 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in native_lapic_intrcnt()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 1881 STAILQ_INIT(&cpuhead); in pmap_bootstrap()
|