Searched defs:buf_old (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
405 buf_old = (char *)cpu_idle_cb_array;
407 if (buf_old != NULL) {
439 if (buf_old != NULL) {
441 kmem_free(buf_old, cnt_old * sizeof (cpu_idle_cb_item_t));

Completed in 60 milliseconds