Searched refs:cpuhead (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_pcpu.c | 78 struct cpuhead cpuhead = STAILQ_HEAD_INITIALIZER(cpuhead); variable 92 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 | 62 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in idle_setup()
|
H A D | subr_kdb.c | 647 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in kdb_thr_ctx()
|
H A D | sched_4bsd.c | 1194 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup() 1229 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in forward_wakeup()
|
H A D | kern_rmlock.c | 846 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in db_show_rm()
|
H A D | kern_racct.c | 351 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in racct_getpcpu()
|
/freebsd/sys/sys/ |
H A D | pcpu.h | 213 STAILQ_HEAD(cpuhead, pcpu); 215 extern struct cpuhead cpuhead;
|
/freebsd/sys/powerpc/powerpc/ |
H A D | mp_machdep.c | 237 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in cpu_mp_unleash() 360 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected() 380 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_all_but_self()
|
/freebsd/sys/riscv/riscv/ |
H A D | sbi_ipi.c | 70 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in sbi_ipi_pic_ipi_send()
|
/freebsd/sys/i386/pci/ |
H A D | pci_cfgreg.c | 487 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) in pcie_init_cache()
|
/freebsd/sys/net/ |
H A D | netisr.c | 1335 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in netisr_init() 1357 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in netisr_start()
|
/freebsd/sys/x86/x86/ |
H A D | local_apic.c | 800 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in lapic_intrcnt()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 2039 STAILQ_INIT(&cpuhead); in pmap_bootstrap()
|