Searched refs:removed_total (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c205 int32_t old_total, new_total, removed_total; local
293 for (i = 0, removed_total = 0; i < old_total; i++) {
298 removed_list[removed_total++] = old_cpu_list[i];
300 removed_list[removed_total] = -1;
302 if (removed_total != (old_total - new_total)) {

Completed in 46 milliseconds