Searched refs:cpuhead (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | subr_pcpu.c | 80 struct cpuhead cpuhead = STAILQ_HEAD_INITIALIZER(cpuhead); variable 94 STAILQ_INSERT_TAIL(&cpuhead, pcpu, pc_allcpu); in pcpu_init() 271 STAILQ_REMOVE(&cpuhead, pcpu, pcpu, pc_allcpu); in pcpu_destroy()
|
| D | kern_idle.c | 65 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in idle_setup()
|
| D | subr_kdb.c | 568 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in kdb_thr_ctx()
|
| D | sched_4bsd.c | 1144 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup() 1179 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup()
|
| D | kern_rmlock.c | 847 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in db_show_rm()
|
| D | kern_racct.c | 364 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in racct_getpcpu()
|
| /freebsd-12-stable/sys/sys/ |
| D | pcpu.h | 210 STAILQ_HEAD(cpuhead, pcpu); 212 extern struct cpuhead cpuhead;
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | mp_machdep.c | 226 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in cpu_mp_unleash() 356 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected() 376 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_all_but_self()
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | intr_machdep.c | 249 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected()
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | mp_machdep.c | 95 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected()
|
| /freebsd-12-stable/sys/i386/pci/ |
| D | pci_cfgreg.c | 468 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in pcie_cfgregopen()
|
| /freebsd-12-stable/sys/net/ |
| D | netisr.c | 1307 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in netisr_init() 1329 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in netisr_start()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | mp_machdep.c | 383 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in cpu_mp_unleash()
|
| D | pmap.c | 1293 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in pmap_release()
|
| /freebsd-12-stable/sys/x86/x86/ |
| D | local_apic.c | 864 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in native_lapic_intrcnt()
|
| /freebsd-12-stable/sys/powerpc/booke/ |
| D | pmap.c | 507 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in tlb_miss_lock() 533 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in tlb_miss_unlock()
|
| /freebsd-12-stable/sys/amd64/amd64/ |
| D | pmap.c | 1698 STAILQ_INIT(&cpuhead); in pmap_bootstrap()
|