Searched refs:mmap (Results 1 – 16 of 16) sorted by relevance
/unit/auto/ |
H A D | mmap | 17 if (mmap(NULL, 4096, PROT_READ | PROT_WRITE, 39 if (mmap(NULL, 4096, PROT_READ | PROT_WRITE, 60 if (mmap(NULL, 4096, PROT_READ | PROT_WRITE, 80 if (mmap(NULL, 4096, PROT_READ | PROT_WRITE,
|
/unit/src/ |
H A D | nxt_buf_pool.c | 121 bp->mmap = 1; in nxt_buf_pool_mmap_alloc() 140 if (bp->mmap) { in nxt_buf_pool_free() 141 nxt_mem_unmap(b->mem.start, &b->mmap, size); in nxt_buf_pool_free() 155 if (bp->mmap) { in nxt_buf_pool_free()
|
H A D | nxt_mem_map.c | 16 p = mmap(addr, len, protection, flags, fd, offset); in nxt_mem_mmap()
|
H A D | nxt_buf_pool.h | 32 uint8_t mmap; /* 1 bit */ member
|
H A D | nxt_port.h | 33 nxt_port_handler_t mmap; member 100 _NXT_PORT_MSG_MMAP = nxt_port_handler_idx(mmap), 184 uint8_t mmap; /* 1 bit */ member
|
H A D | nxt_port_socket.c | 188 msg.port_msg.mmap = 0; in nxt_port_socket_write2() 210 if (qmsg.pm.mmap) { in nxt_port_socket_write2() 293 pm->mmap = 1; in nxt_port_enqueue_buf() 1204 if (msg->port_msg.mmap) { in nxt_port_read_msg_process() 1228 if (!msg->port_msg.mmap && msg->buf == b) { in nxt_port_read_msg_process() 1240 if (msg->port_msg.mmap && msg->cancelled == 0) { in nxt_port_read_msg_process() 1266 if (msg->port_msg.mmap) { in nxt_port_read_msg_process() 1278 if (msg->port_msg.mmap && orig_b != b) { in nxt_port_read_msg_process()
|
H A D | nxt_fiber.c | 131 s = mmap(NULL, size, PROT_READ | PROT_WRITE, in nxt_fiber_create_stack() 166 s = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0); in nxt_fiber_create_stack()
|
H A D | nxt_buf.h | 100 nxt_mem_map_file_ctx_t (mmap)
|
H A D | nxt_unit.c | 508 mem = mmap(NULL, sizeof(nxt_port_queue_t), in nxt_unit_init() 957 msg.mmap = 0; in nxt_unit_ready() 1021 recv_msg.mmap = port_msg->mmap; in nxt_unit_process_msg() 1041 if (port_msg->mmap) { in nxt_unit_process_msg() 1654 if (recv_msg->mmap) { in nxt_unit_process_websocket() 2664 if (m.msg.mmap) { in nxt_unit_mmap_buf_send() 3308 msg.mmap = 0; in nxt_unit_request_done() 3630 msg.mmap = 0; in nxt_unit_send_oosm() 3914 msg.mmap = 0; in nxt_unit_send_mmap() 4398 msg.mmap = 0; in nxt_unit_send_shm_ack() [all …]
|
H A D | nxt_port_rpc.c | 512 msg.port_msg.mmap = 0; in nxt_port_rpc_close()
|
H A D | nxt_port_memory.c | 760 msg->port_msg.mmap = 1; in nxt_port_mmap_write()
|
H A D | nxt_application.c | 91 .mmap = nxt_port_mmap_handler,
|
H A D | nxt_router.c | 292 .mmap = nxt_port_mmap_handler, 3569 .mmap = nxt_port_mmap_handler, 5299 msg.pm.mmap = 1; in nxt_router_app_prepare_request()
|
H A D | nxt_controller.c | 153 .mmap = nxt_port_mmap_handler,
|
/unit/ |
H A D | configure | 119 . auto/mmap
|
/unit/src/test/ |
H A D | nxt_cq_test.c | 430 pgq = mmap(NULL, sizeof(nxt_cq_t), PROT_READ | PROT_WRITE, in main() 448 wi = mmap(NULL, nprocs * sizeof(nxt_worker_info_t), PROT_READ | PROT_WRITE, in main()
|