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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c100 uint_t new_hint_hi, new_hint_lo; local
269 new_hint_lo = prev_block | (prev_gen << wcb->tnfw_w_gen_shift);
277 if ((new_hint_hi == hint_hi && new_hint_lo > hint_lo) ||
284 fh->next_alloc.lo[1] = new_hint_lo;
286 fh->next_alloc.lo[0] = new_hint_lo;

Completed in 44 milliseconds