Searched refs:mm (Results 1 – 3 of 3) sorted by relevance
273 nxt_port_mmap_msg_t *mm; in nxt_port_enqueue_buf() local287 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()
3496 for (mm = lib->outgoing.elts; mm < mm_end; mm++) { in nxt_unit_mmap_get()3497 hdr = mm->hdr; in nxt_unit_mmap_get()3734 nxt_unit_mmap_t *mm; in nxt_unit_new_mmap() local3741 if (nxt_slow_path(mm == NULL)) { in nxt_unit_new_mmap()3762 mm->hdr = mem; in nxt_unit_new_mmap()3990 nxt_unit_mmap_t *mm; in nxt_unit_incoming_mmap() local4042 mm->hdr = hdr; in nxt_unit_incoming_mmap()4137 nxt_unit_mmap_t *mm, *end; in nxt_unit_mmaps_destroy() local4142 for (mm = mmaps->elts; mm < end; mm++) { in nxt_unit_mmaps_destroy()4159 nxt_unit_mmap_t *mm; in nxt_unit_check_rbuf_mmap() local[all …]
5377 nxt_port_mmap_msg_t mm; in nxt_router_app_prepare_request() member5433 msg.mm.mmap_id = hdr->id; in nxt_router_app_prepare_request()5434 msg.mm.chunk_id = nxt_port_mmap_chunk_id(hdr, buf->mem.pos); in nxt_router_app_prepare_request()5435 msg.mm.size = nxt_buf_used_size(buf); in nxt_router_app_prepare_request()