Lines Matching refs:znew
251 struct zs_zone *zold, *znew, *zres;
259 znew = list_head(&unew->zsu_zone_list);
261 while (zold != NULL && znew != NULL) {
265 cmp = strcmp(zold->zsz_name, znew->zsz_name);
276 *zres = *znew;
289 zres = znew;
295 znew = list_next(&unew->zsu_zone_list, znew);
312 zres = znew;
319 *zres = *znew;
331 znew = list_next(&unew->zsu_zone_list, znew);
336 znew->zsz_cpu_usage, zold->zsz_cpu_usage);
337 TIMESTRUC_DELTA(zres->zsz_cap_time, znew->zsz_cap_time,
340 znew->zsz_share_time, zold->zsz_share_time);
342 znew->zsz_pset_time, zold->zsz_pset_time);
344 zres->zsz_tot_bytes = znew->zsz_tot_bytes -
346 zres->zsz_tot_pbytes = znew->zsz_tot_pbytes -
348 zres->zsz_speed = znew->zsz_speed;
350 znew->zsz_speed, zres->zsz_tot_pbytes,
353 zs_zone_add_usage(zres, znew, func);
355 znew = list_next(&unew->zsu_zone_list, znew);
363 while (znew != NULL) {
367 *zres = *znew;
376 znew = list_next(&unew->zsu_zone_list, znew);