Home
last modified time | relevance | path

Searched refs:newcpus (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c290 cpuid_t *newcpus = NULL; in drd_rcm_add_cpu_notify() local
320 if (get_sys_cpuids(&newcpus, &newncpus) == -1) in drd_rcm_add_cpu_notify()
334 oldcpus[oldncpus++] = newcpus[idx]; in drd_rcm_add_cpu_notify()
358 s_free(newcpus); in drd_rcm_add_cpu_notify()
370 cpuid_t *newcpus = NULL; in drd_rcm_del_cpu_request() local
410 if (newcpus == NULL) { in drd_rcm_del_cpu_request()
416 newcpus[newncpus++] = oldcpus[idx]; in drd_rcm_del_cpu_request()
459 s_free(newcpus); in drd_rcm_del_cpu_request()
643 cpuid_t *newcpus = NULL; in drd_rcm_del_cpu_notify() local
704 oldcpus[oldncpus++] = newcpus[idx]; in drd_rcm_del_cpu_notify()
[all …]