Home
last modified time | relevance | path

Searched refs:free_val (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_port_memory_int.h171 nxt_free_map_t free_val, busy_val; in nxt_port_mmap_chk_set_chunk_busy() local
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()
180 if (nxt_atomic_cmp_set(f, free_val, busy_val) != 0) { in nxt_port_mmap_chk_set_chunk_busy()