Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDallocator_internal.h117 #define CONTINUATIONS_PER_BITMAP (BYTES_PER_BITMAP * 8) macro
122 (DISPATCH_CONTINUATION_SIZE * CONTINUATIONS_PER_BITMAP))
132 #define BITMAPS_PER_PAGE (CONTINUATIONS_PER_PAGE / CONTINUATIONS_PER_BITMAP)
139 (BITMAPS_PER_MAGAZINE * CONTINUATIONS_PER_BITMAP)
178 CONTINUATIONS_PER_BITMAP) + REMAINDERED_CONTINUATIONS_IN_FIRST_PAGE
265 [CONTINUATIONS_PER_BITMAP];
HDallocator.c91 dispatch_assert(index < CONTINUATIONS_PER_BITMAP); in continuation_address()
150 index = cindex % CONTINUATIONS_PER_BITMAP; in get_maps_and_indices_for_continuation()
151 mindex = cindex / CONTINUATIONS_PER_BITMAP; in get_maps_and_indices_for_continuation()
160 sindex = cindex / (BITMAPS_PER_SUPERMAP * CONTINUATIONS_PER_BITMAP); in get_maps_and_indices_for_continuation()
161 mindex = (cindex / CONTINUATIONS_PER_BITMAP) % BITMAPS_PER_SUPERMAP; in get_maps_and_indices_for_continuation()
162 index = cindex % CONTINUATIONS_PER_BITMAP; in get_maps_and_indices_for_continuation()
185 [BITMAPS_PER_SUPERMAP-1][CONTINUATIONS_PER_BITMAP-1])) { in madvisable_page_base_for_continuation()
252 dispatch_assert(index < CONTINUATIONS_PER_BITMAP); in bitmap_clear_bit()
318 continuation_index = (i * CONTINUATIONS_PER_BITMAP) + index; in alloc_continuation_from_first_page()
632 (CONTINUATIONS_PER_BITMAP * DISPATCH_CONTINUATION_SIZE) == 0); in _dispatch_alloc_init()