Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port_memory.c694 b->mem.start = nxt_port_mmap_chunk_start(hdr, mmap_msg->chunk_id); in nxt_port_mmap_get_incoming_buf()
704 hdr->src_pid, hdr->dst_pid, hdr->id, mmap_msg->chunk_id); in nxt_port_mmap_get_incoming_buf()
747 mmap_msg->chunk_id = nxt_port_mmap_chunk_id(hdr, bmem->mem.pos); in nxt_port_mmap_write()
751 mmap_msg->mmap_id, mmap_msg->chunk_id, mmap_msg->size, in nxt_port_mmap_write()
780 mmap_msg->mmap_id, mmap_msg->chunk_id, mmap_msg->size, in nxt_port_mmap_read()
H A Dnxt_port_memory_int.h82 nxt_chunk_id_t chunk_id; /* Mmap chunk index. */ member
H A Dnxt_port_socket.c290 mm->chunk_id = nxt_port_mmap_chunk_id(hdr, b->mem.pos); in nxt_port_enqueue_buf()
295 nxt_debug(task, "mmap_msg={%D, %D, %D}", mm->mmap_id, mm->chunk_id, 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()
2673 (int) m.mmap_msg.chunk_id, in nxt_unit_mmap_buf_send()
2704 (int) m.mmap_msg.chunk_id - (int) first_free_chunk); in nxt_unit_mmap_buf_send()
4280 start = nxt_port_mmap_chunk_start(hdr, mmap_msg->chunk_id); in nxt_unit_mmap_read()
4299 (int) hdr->id, (int) mmap_msg->chunk_id, in nxt_unit_mmap_read()
H A Dnxt_router.c5307 msg.mm.chunk_id = nxt_port_mmap_chunk_id(hdr, buf->mem.pos); in nxt_router_app_prepare_request()