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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c376 dt_ahashent_t *h, *moving; local
403 moving = h;
405 moving->dtahe_prev = NULL;
406 ndx = moving->dtahe_hashval % new_size;
408 new_hash.dtah_hash[ndx]->dtahe_prev = moving;
409 moving->dtahe_next = new_hash.dtah_hash[ndx];
410 new_hash.dtah_hash[ndx] = moving;
413 new_hash.dtah_all->dtahe_prevall = moving;
415 moving->dtahe_nextall = new_hash.dtah_all;
416 new_hash.dtah_all = moving;
[all...]

Completed in 18 milliseconds