Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3332 nextchunk = chunk_at_offset(p, size); in _int_free()
3333 nextsize = chunksize(nextchunk); in _int_free()
3344 if (nextchunk != av->top) { in _int_free()
3350 unlink(nextchunk, bck, fwd); in _int_free()
3353 clear_inuse_bit_at_offset(nextchunk, 0); in _int_free()
3435 mchunkptr nextchunk; local
3473 nextchunk = chunk_at_offset(p, size);
3474 nextsize = chunksize(nextchunk);
3483 if (nextchunk != av->top) {
3488 unlink(nextchunk, bck, fwd);
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c269 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next; in zap_leaf_array_free() local
273 chunk = nextchunk; in zap_leaf_array_free()
726 int nextchunk = la->la_next; in zap_leaf_transfer_array() local
734 chunk = nextchunk; in zap_leaf_transfer_array()