Searched refs:cpuhead (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/sys/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 | 1172 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup() 1207 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 | 848 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in db_show_rm()
|
| /freebsd-13.1/sys/sys/ |
| H A D | pcpu.h | 214 STAILQ_HEAD(cpuhead, pcpu); 216 extern struct cpuhead cpuhead;
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | mp_machdep.c | 241 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in cpu_mp_unleash() 370 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected() 390 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_all_but_self()
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | intr_machdep.c | 246 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected()
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | mp_machdep.c | 94 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected()
|
| /freebsd-13.1/sys/i386/pci/ |
| H A D | pci_cfgreg.c | 465 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in pcie_cfgregopen()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/powerpc/booke/ |
| H A D | pmap.c | 478 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in tlb_miss_lock() 503 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in tlb_miss_unlock()
|
| /freebsd-13.1/sys/x86/x86/ |
| H A D | local_apic.c | 875 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in native_lapic_intrcnt()
|
| /freebsd-13.1/sys/amd64/amd64/ |
| H A D | pmap.c | 1959 STAILQ_INIT(&cpuhead); in pmap_bootstrap()
|