Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port_memory_int.h103 nxt_port_mmap_chunk_id(nxt_port_mmap_header_t *hdr, const u_char *p) in nxt_port_mmap_chunk_id() function
H A Dnxt_port_memory.c155 c = nxt_port_mmap_chunk_id(hdr, p) + 1; in nxt_port_mmap_buf_completion()
160 c = nxt_port_mmap_chunk_id(hdr, p); in nxt_port_mmap_buf_completion()
623 start = nxt_port_mmap_chunk_id(hdr, b->mem.end); in nxt_port_mmap_increase_buf()
747 mmap_msg->chunk_id = nxt_port_mmap_chunk_id(hdr, bmem->mem.pos); in nxt_port_mmap_write()
H A Dnxt_port_socket.c290 mm->chunk_id = nxt_port_mmap_chunk_id(hdr, b->mem.pos); in nxt_port_enqueue_buf()
H A Dnxt_unit.c2667 m.mmap_msg.chunk_id = nxt_port_mmap_chunk_id(hdr, in nxt_unit_mmap_buf_send()
2683 first_free_chunk = nxt_port_mmap_chunk_id(hdr, last_used) + 1; in nxt_unit_mmap_buf_send()
4356 c = nxt_port_mmap_chunk_id(hdr, p); in nxt_unit_mmap_release()
H A Dnxt_router.c5303 msg.mm.chunk_id = nxt_port_mmap_chunk_id(hdr, buf->mem.pos); in nxt_router_app_prepare_request()