Searched refs:nxt_port_mmap_chunk_id (Results 1 – 5 of 5) sorted by relevance
/unit/src/ |
H A D | nxt_port_memory_int.h | 103 nxt_port_mmap_chunk_id(nxt_port_mmap_header_t *hdr, const u_char *p) in nxt_port_mmap_chunk_id() function
|
H A D | nxt_port_memory.c | 155 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 D | nxt_port_socket.c | 290 mm->chunk_id = nxt_port_mmap_chunk_id(hdr, b->mem.pos); in nxt_port_enqueue_buf()
|
H A D | nxt_unit.c | 2667 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 D | nxt_router.c | 5307 msg.mm.chunk_id = nxt_port_mmap_chunk_id(hdr, buf->mem.pos); in nxt_router_app_prepare_request()
|