Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port_memory_int.h81 uint32_t mmap_id; /* Mmap index in nxt_process_t.outgoing. */ member
H A Dnxt_port_memory.c673 mmap_msg->mmap_id); in nxt_port_mmap_get_incoming_buf()
746 mmap_msg->mmap_id = hdr->id; 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_socket.c289 mm->mmap_id = hdr->id; 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.c2666 m.mmap_msg.mmap_id = hdr->id; in nxt_unit_mmap_buf_send()
2672 (int) m.mmap_msg.mmap_id, in nxt_unit_mmap_buf_send()
4269 recv_msg->pid, mmap_msg->mmap_id, in nxt_unit_mmap_read()
H A Dnxt_router.c5302 msg.mm.mmap_id = hdr->id; in nxt_router_app_prepare_request()