Searched refs:mmap_id (Results 1 – 5 of 5) sorted by relevance
/unit/src/ |
H A D | nxt_port_memory_int.h | 81 uint32_t mmap_id; /* Mmap index in nxt_process_t.outgoing. */ member
|
H A D | nxt_port_memory.c | 673 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 D | nxt_port_socket.c | 289 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 D | nxt_unit.c | 2666 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 D | nxt_router.c | 5306 msg.mm.mmap_id = hdr->id; in nxt_router_app_prepare_request()
|