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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c99 uint_t hint_hi, hint_lo; local
182 hint_hi = fh->next_alloc.hi;
183 hint_lo = (hint_hi & TNFW_B_ALLOC_LO_SELECTOR)
185 generation = (hint_hi << (32 - wcb->tnfw_w_gen_shift)) |
273 hint_hi = fh->next_alloc.hi;
274 hint_lo = (hint_hi & TNFW_B_ALLOC_LO_SELECTOR) ?
277 if ((new_hint_hi == hint_hi && new_hint_lo > hint_lo) ||
278 new_hint_hi > hint_hi) {

Completed in 44 milliseconds