Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_mp.c165 #define nxt_lg2(value) \ macro
184 nxt_lg2(uint64_t v) in nxt_lg2() function
249 chunk_size_shift = nxt_lg2(min_chunk_size); in nxt_mp_create()
250 page_size_shift = nxt_lg2(page_size); in nxt_mp_create()
491 n = nxt_lg2(size - 1) + 1 - mp->chunk_size_shift; in nxt_mp_chunk_pages_index()