Searched defs:cpu_list (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_opl.c107 opl_cpulist_free(fmd_hdl_t *hdl, cmd_list_t *cpu_list) argument
112 "Enter opl_cpulist_free for cpulist %llx\n", cpu_list);
114 while ((opl_cpu = cmd_list_next(cpu_list)) != NULL) {
115 cmd_list_delete(cpu_list, opl_cpu);
H A Dcmd_oplerr.c142 cmd_list_t *cpu_list; local
154 cpu_list = opl_cpulist_insert(hdl, cpu->cpu_cpuid,
157 cpu_list = opl_cpulist_insert(hdl, cpu->cpu_cpuid,
160 cpu_list = opl_cpulist_insert(hdl, cpu->cpu_cpuid,
163 for (opl_cpu = cmd_list_next(cpu_list); opl_cpu != NULL;
195 if (cpu_list != NULL)
196 opl_cpulist_free(hdl, cpu_list);
217 for (opl_cpu = cmd_list_next(cpu_list); opl_cpu != NULL;
235 if (cpu_list != NULL)
236 opl_cpulist_free(hdl, cpu_list);
[all...]
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_kstat.c70 static sdata_t *cpu_list; /* list with cpu statistics */ variable
94 cpu_list = update_sdata_list(cpu_list, ks_ctl, "cpu",
100 update_cpu_list(cpu_list);
104 update_pset_stats(sbag, cpu_list);
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c185 static percpu_t *cpu_list; variable
244 list_rotor = &cpu_list[list_index];
892 cpu_list = new_cpu_list;
960 for (cpuptr = &cpu_list[0]; cpuptr < &cpu_list[ncpus]; cpuptr++) {
1510 for (cpuptr = &cpu_list[0]; cpuptr < &cpu_list[ncpus]; cpuptr++) {
1532 for (cpuptr = &cpu_list[ncpus - 1]; cpuptr >= &cpu_list[0]; cpuptr--) {
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachcpuvar.h176 uint16_t *cpu_list; /* uint16_t [NCPU] */ member in struct:machcpu
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c538 mac_srs_print_cpu(int *i, uint32_t cnt, uint32_t *cpu_list, int *len) argument
553 mdb_printf("%02x%c", cpu_list[*i], ((*i == cnt - 1)?')':','));
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c93 * cpu_lock protects ncpus, ncpus_online, cpu_flag, cpu_list, cpu_active,
100 * traversing the cpu_list (e.g. mutex_vector_enter(), clock()). Since
108 cpu_t *cpu_list; /* list of all CPUs */ variable
1702 cpu_list = cp;
1713 * Bootstrap cpu_seq using cpu_list
1717 cpu_seq = &cpu_list;
1738 ASSERT(cpu_list != NULL); /* list started in cpu_list_init */
1743 * Note: most users of the cpu_list will grab the
1755 * then are removed from the cpu_list.
1763 cp->cpu_next = cpu_list;
[all...]

Completed in 97 milliseconds