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

/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c372 int i, cnt_new = 0, cnt_old = 0; local
383 cnt_new = cpu_idle_cb_max + CPU_IDLE_ARRAY_CAPACITY_INC;
384 buf_new = (char *)kmem_zalloc(cnt_new *
413 cpu_idle_cb_max = cnt_new;

Completed in 47 milliseconds