Home
last modified time | relevance | path

Searched refs:cpu_list (Results 1 – 25 of 29) sorted by last modified time

12

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3704 bcopy(&cpu_list->cpu_type_info, &tcp_iss_cookie.passwd, in tcp_iss_key_init()
3705 min(PASSWD_SIZE, sizeof (cpu_list->cpu_type_info))); in tcp_iss_key_init()
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c3308 cp = cpu_list; in memseg_cpu_vm_flush()
3314 } while ((cp = cp->cpu_next) != cpu_list); in memseg_cpu_vm_flush()
H A Dclock.c505 cp = cpu_list; in clock()
616 } while ((cp = cp->cpu_next) != cpu_list); in clock()
1098 cp = cpu_list; in loadavg_update()
1134 } while ((cp = cp->cpu_next) != cpu_list); in loadavg_update()
H A Dvm_meter.c96 cp = cpu_list; in vmmeter()
100 } while ((cp = cp->cpu_next) != cpu_list); in vmmeter()
H A Dpool_pset.c412 c = cpu_list; in pool_pset_visibility_change()
421 } while ((c = c->cpu_next) != cpu_list); in pool_pset_visibility_change()
875 cpu = cpu_list; in pool_pset_pack()
904 } while ((cpu = cpu->cpu_next) != cpu_list); in pool_pset_pack()
H A Dcpu.c111 cpu_t *cpu_list; /* list of all CPUs */ variable
1743 cpu_list = cp; in cpu_list_init()
1758 cpu_seq = &cpu_list; in cpu_list_init()
1780 ASSERT(cpu_list != NULL); /* list started in cpu_list_init */ in cpu_add_unit()
1805 cp->cpu_next = cpu_list; in cpu_add_unit()
1806 cp->cpu_prev = cpu_list->cpu_prev; in cpu_add_unit()
1807 cpu_list->cpu_prev->cpu_next = cp; in cpu_add_unit()
1808 cpu_list->cpu_prev = cp; in cpu_add_unit()
1904 if (cp == cpu_list) in cpu_del_unit()
1905 cpu_list = cpnext; in cpu_del_unit()
[all …]
H A Dcyclic.c2869 c = cpu_list; in cyclic_add_omni()
2880 } while ((c = c->cpu_next) != cpu_list); in cyclic_add_omni()
3248 c = cpu_list; in cyclic_mp_init()
3254 } while ((c = c->cpu_next) != cpu_list); in cyclic_mp_init()
3659 c = cpu_list; in cyclic_suspend()
3668 } while ((c = c->cpu_next) != cpu_list); in cyclic_suspend()
3712 c = cpu_list; in cyclic_resume()
3721 } while ((c = c->cpu_next) != cpu_list); in cyclic_resume()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c11626 cp = cpu_list; in dtrace_buffer_alloc()
11661 } while ((cp = cp->cpu_next) != cpu_list); in dtrace_buffer_alloc()
11666 cp = cpu_list; in dtrace_buffer_alloc()
11691 } while ((cp = cp->cpu_next) != cpu_list); in dtrace_buffer_alloc()
H A Ddcpc.c573 cpu_t *c = cpu_list; in dcpc_block_interrupts()
585 } while ((c = c->cpu_next) != cpu_list); in dcpc_block_interrupts()
595 cpu_t *c = cpu_list; in dcpc_release_interrupts()
602 } while ((c = c->cpu_next) != cpu_list); in dcpc_release_interrupts()
614 cpu_t *c = cpu_list; in dcpc_claim_interrupts()
621 } while ((c = c->cpu_next) != cpu_list); in dcpc_claim_interrupts()
632 cpu_t *c = cpu_list; in dcpc_surrender_interrupts()
639 } while ((c = c->cpu_next) != cpu_list); in dcpc_surrender_interrupts()
663 c = cpu_list; in dcpc_program_event()
828 c = cpu_list; in dcpc_enable()
[all …]
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_kstat.c68 static sdata_t *cpu_list; /* list with cpu statistics */ variable
92 cpu_list = update_sdata_list(cpu_list, ks_ctl, "cpu", in sa_kstat_update()
98 update_cpu_list(cpu_list); in sa_kstat_update()
102 update_pset_stats(sbag, cpu_list); in sa_kstat_update()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c355 cpup = cpu_list; in cpu_dispqalloc()
360 } while (cpup != cpu_list); in cpu_dispqalloc()
H A Dcmt.c1679 cpu = cpu_list; in pg_cmt_disable()
1684 } while ((cpu = cpu->cpu_next) != cpu_list); in pg_cmt_disable()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachcpuvar.h176 uint16_t *cpu_list; /* uint16_t [NCPU] */ member
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_mp_startup.c84 if (cpuid == cpu0.cpu_id && ncpus == 1 && cpu_list[0].cpu_id == cpuid) { in init_cpu_info()
H A Dintrq.c106 mcpup->cpu_list = contig_mem_alloc(size); in cpu_intrq_setup()
108 if (mcpup->cpu_list == NULL) { in cpu_intrq_setup()
113 mcpup->cpu_list_ra = va_to_pa(mcpup->cpu_list); in cpu_intrq_setup()
216 if (mcpup->cpu_list) { in cpu_intrq_cleanup()
217 contig_mem_free(mcpup->cpu_list, cpu_list_size); in cpu_intrq_cleanup()
218 mcpup->cpu_list = NULL; in cpu_intrq_cleanup()
H A Dmach_cpu_states.c797 mcpup->cpu_list[0] = (uint16_t)cpuid; in send_one_mondo()
872 mcpup->cpu_list[ncpuids++] = (uint16_t)smallestid; in send_mondo_set()
876 mcpup->cpu_list[ncpuids++] = (uint16_t)i; in send_mondo_set()
879 mcpup->cpu_list[ncpuids++] = (uint16_t)largestid; in send_mondo_set()
902 mcpup->cpu_list[j++] = mcpup->cpu_list[i]; in send_mondo_set()
925 uint16_t id = mcpup->cpu_list[i]; in send_mondo_set()
933 mcpup->cpu_list[i - errorcpus] = in send_mondo_set()
934 mcpup->cpu_list[i]; in send_mondo_set()
964 cmn_err(CE_CONT, " 0x%x", mcpup->cpu_list[i]); in send_mondo_set()
986 cmn_err(CE_CONT, " 0x%x", mcpup->cpu_list[i]); in send_mondo_set()
[all …]
/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c260 c = cpu_list; in siron_mp_init()
263 } while ((c = c->cpu_next) != cpu_list); in siron_mp_init()
588 cp = cpu_list; in intr_redist_all_cpus()
591 } while ((cp = cp->cpu_next) != cpu_list); in intr_redist_all_cpus()
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c1984 cp = cpu_list; in trapstat_go()
2032 } while ((cp = cp->cpu_next) != cpu_list); in trapstat_go()
2168 cp = cpu_list; in trapstat_cpr()
2206 } while ((cp = cp->cpu_next) != cpu_list); in trapstat_cpr()
/illumos-gate/usr/src/uts/intel/os/
H A Darch_kdi.c68 cpu_t *cp = cpu_list; in kdi_gdt2cpu()
76 } while ((cp = cp->cpu_next) != cpu_list); in kdi_gdt2cpu()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c337 cp = cpu_list; in update_evtchn_affinity()
344 } while ((cp = cp->cpu_next) != cpu_list); in update_evtchn_affinity()
/illumos-gate/usr/src/uts/common/syscall/
H A Dprocessor_bind.c347 cpu_t *cp = cpu_list; in processor_bind()
354 } while ((cp = cp->cpu_next) != cpu_list); in processor_bind()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h512 extern cpu_t *cpu_list; /* list of CPUs */
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c543 cp = cpu_list; in mac_next_bind_cpu()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c1327 cp = cpu_list; in cpr_all_online()
1335 } while ((cp = cp->cpu_next) != cpu_list); in cpr_all_online()
1367 cp = cpu_list; in cpr_restore_offline()
1379 } while ((cp = cp->cpu_next) != cpu_list); in cpr_restore_offline()
H A Dcpr_misc.c906 cp = cpu_list; in cpr_mp_offline()
916 } while ((cp = cp->cpu_next) != cpu_list); in cpr_mp_offline()
980 cp = cpu_list; in cpr_save_mp_state()
985 } while ((cp = cp->cpu_next) != cpu_list); in cpr_save_mp_state()

12