Home
last modified time | relevance | path

Searched refs:mm (Results 1 – 3 of 3) sorted by path

/unit/src/
H A Dnxt_port_socket.c273 nxt_port_mmap_msg_t *mm; in nxt_port_enqueue_buf() local
287 mm = qbuf; in nxt_port_enqueue_buf()
289 mm->mmap_id = hdr->id; in nxt_port_enqueue_buf()
290 mm->chunk_id = nxt_port_mmap_chunk_id(hdr, b->mem.pos); in nxt_port_enqueue_buf()
291 mm->size = nxt_buf_mem_used_size(&b->mem); 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()
296 mm->size); in nxt_port_enqueue_buf()
H A Dnxt_router.c5246 nxt_port_mmap_msg_t mm; in nxt_router_app_prepare_request() member
5302 msg.mm.mmap_id = hdr->id; in nxt_router_app_prepare_request()
5303 msg.mm.chunk_id = nxt_port_mmap_chunk_id(hdr, buf->mem.pos); in nxt_router_app_prepare_request()
5304 msg.mm.size = nxt_buf_used_size(buf); in nxt_router_app_prepare_request()
H A Dnxt_unit.c3511 for (mm = lib->outgoing.elts; mm < mm_end; mm++) { in nxt_unit_mmap_get()
3512 hdr = mm->hdr; in nxt_unit_mmap_get()
3749 nxt_unit_mmap_t *mm; in nxt_unit_new_mmap() local
3756 if (nxt_slow_path(mm == NULL)) { in nxt_unit_new_mmap()
3777 mm->hdr = mem; in nxt_unit_new_mmap()
4005 nxt_unit_mmap_t *mm; in nxt_unit_incoming_mmap() local
4057 mm->hdr = hdr; in nxt_unit_incoming_mmap()
4152 nxt_unit_mmap_t *mm, *end; in nxt_unit_mmaps_destroy() local
4157 for (mm = mmaps->elts; mm < end; mm++) { in nxt_unit_mmaps_destroy()
4174 nxt_unit_mmap_t *mm; in nxt_unit_check_rbuf_mmap() local
[all …]