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

/freebsd-10.1-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1686 nextchunk-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1713 nextchunk-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
3290 mchunkptr nextchunk; /* next contiguous chunk */ local
3292 int nextinuse; /* true if nextchunk is used */
3332 nextchunk = chunk_at_offset(p, size);
3333 nextsize = chunksize(nextchunk);
3344 if (nextchunk != av->top) {
3346 nextinuse = inuse_bit_at_offset(nextchunk, nextsize);
3350 unlink(nextchunk, bck, fwd);
3353 clear_inuse_bit_at_offset(nextchunk,
3435 mchunkptr nextchunk; local
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c265 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next; local
269 chunk = nextchunk;
747 int nextchunk = la->la_next; local
755 chunk = nextchunk;

Completed in 57 milliseconds