Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port_memory_int.h97 nxt_port_mmap_chk_set_chunk_busy(nxt_free_map_t *m, nxt_chunk_id_t c);
149 if (nxt_port_mmap_chk_set_chunk_busy(m, chunk)) { in nxt_port_mmap_get_free_chunk()
168 nxt_port_mmap_chk_set_chunk_busy(nxt_free_map_t *m, nxt_chunk_id_t c) in nxt_port_mmap_chk_set_chunk_busy() function
H A Dnxt_port_memory.c478 res = nxt_port_mmap_chk_set_chunk_busy(free_map, *c + nchunks); in nxt_port_mmap_get()
634 if (nxt_port_mmap_chk_set_chunk_busy(hdr->free_map, c) == 0) { in nxt_port_mmap_increase_buf()
H A Dnxt_unit.c3527 res = nxt_port_mmap_chk_set_chunk_busy(hdr->free_map, in nxt_unit_mmap_get()