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

/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c373 char *buf_new = NULL, *buf_old = NULL; local
384 buf_new = (char *)kmem_zalloc(cnt_new *
404 if (buf_new != NULL) {
409 bcopy(cpu_idle_cb_array, buf_new,
412 cpu_idle_cb_array = (cpu_idle_cb_item_t *)buf_new;

Completed in 47 milliseconds