Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port_memory_int.h42 #define FREE_MASK(nchunk) \ macro
91 ((m[FREE_IDX(c)] & FREE_MASK(c)) == 0)
163 nxt_atomic_and_fetch(m + FREE_IDX(c), ~FREE_MASK(c)); in nxt_port_mmap_set_chunk_busy()
175 while ( (*f & FREE_MASK(c)) != 0 ) { in nxt_port_mmap_chk_set_chunk_busy()
177 free_val = *f | FREE_MASK(c); in nxt_port_mmap_chk_set_chunk_busy()
178 busy_val = free_val & ~FREE_MASK(c); in nxt_port_mmap_chk_set_chunk_busy()
192 nxt_atomic_or_fetch(m + FREE_IDX(c), FREE_MASK(c)); in nxt_port_mmap_set_chunk_free()