Searched refs:conts (Results 1 – 2 of 2) sorted by relevance
93 return (dispatch_continuation_t)&magazine->conts[supermap][map][index]; in continuation_address()159 cindex = (unsigned int)(p - (padded_continuation *)m->conts); in get_maps_and_indices_for_continuation()181 if (slowpath(page_base < (void *)&m->conts)) { in madvisable_page_base_for_continuation()184 if (slowpath(page_base > (void *)&m->conts[SUPERMAPS_PER_MAGAZINE-1] in madvisable_page_base_for_continuation()631 dispatch_assert(offsetof(struct dispatch_magazine_s, conts) % in _dispatch_alloc_init()633 dispatch_assert(offsetof(struct dispatch_magazine_s, conts) == in _dispatch_alloc_init()
264 padded_continuation conts[SUPERMAPS_PER_MAGAZINE][BITMAPS_PER_SUPERMAP] member