Searched refs:new_hint_hi (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
268 new_hint_hi = prev_gen >> (32 - wcb->tnfw_w_gen_shift);
277 if ((new_hint_hi == hint_hi && new_hint_lo > hint_lo) ||
278 new_hint_hi > hint_hi) {
283 if (new_hint_hi & TNFW_B_ALLOC_LO_SELECTOR)
287 fh->next_alloc.hi = new_hint_hi;

Completed in 58 milliseconds