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

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.c104 gen = fh->next_alloc.gen;
105 bn = fh->next_alloc.block[gen & TNFW_B_ALLOC_LO];
134 gen = fh->next_alloc.gen;
135 bn = fh->next_alloc.block[gen & TNFW_B_ALLOC_LO];
151 tmp_gen = fh->next_alloc.gen;
152 tmp_bn = fh->next_alloc.block[tmp_gen & TNFW_B_ALLOC_LO];
157 * next_alloc.gen that atomically records the new
160 fh->next_alloc.block[new_gen & TNFW_B_ALLOC_LO] = new_bn;
161 fh->next_alloc.gen = new_gen;
388 fh->next_alloc
[all...]
H A Dtnf_buf.h120 } next_alloc; member in struct:__anon9255
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c182 hint_hi = fh->next_alloc.hi;
184 ? fh->next_alloc.lo[1] : fh->next_alloc.lo[0];
273 hint_hi = fh->next_alloc.hi;
275 fh->next_alloc.lo[1] : fh->next_alloc.lo[0];
280 * Order is important here! It is the write to next_alloc.hi
284 fh->next_alloc.lo[1] = new_hint_lo;
286 fh->next_alloc.lo[0] = new_hint_lo;
287 fh->next_alloc
[all...]
H A Dtnf_buf.h73 } next_alloc; member in struct:__anon4127

Completed in 303 milliseconds