Home
last modified time | relevance | path

Searched refs:nxt_mem_mmap (Results 1 – 9 of 9) sorted by last modified time

/unit/src/
H A Dnxt_router.c800 p = nxt_mem_mmap(NULL, size, PROT_READ, MAP_SHARED, msg->fd[0], 0); in nxt_router_conf_data_handler()
2479 mem = nxt_mem_mmap(NULL, sizeof(nxt_app_queue_t), in nxt_router_app_queue_init()
2507 mem = nxt_mem_mmap(NULL, sizeof(nxt_port_queue_t), in nxt_router_port_queue_init()
2531 mem = nxt_mem_mmap(NULL, sizeof(nxt_port_queue_t), in nxt_router_port_queue_map()
H A Dnxt_main_process.c428 mem = nxt_mem_mmap(NULL, sizeof(nxt_port_queue_t), in nxt_main_new_port_handler()
1623 p = nxt_mem_mmap(NULL, size, PROT_READ, MAP_SHARED, msg->fd[0], 0); in nxt_main_port_conf_store_handler()
H A Dnxt_conn_write.c284 map = nxt_mem_mmap(NULL, size + page_off, PROT_READ, MAP_SHARED, fd, in nxt_sendfile()
H A Dnxt_controller.c622 mem = nxt_mem_mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in nxt_controller_conf_send()
2447 mem = nxt_mem_mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in nxt_controller_conf_store()
H A Dnxt_port.c335 port->queue = nxt_mem_mmap(NULL, sizeof(nxt_port_queue_t), in nxt_port_process_ready_handler()
H A Dnxt_port_rpc.c42 p = nxt_mem_mmap(NULL, sizeof(*nxt_stream_ident), PROT_READ | PROT_WRITE, in nxt_port_rpc_init()
H A Dnxt_port_memory.c224 mem = nxt_mem_mmap(NULL, mmap_stat.st_size, in nxt_port_incoming_port_mmap()
318 mem = nxt_mem_mmap(NULL, PORT_MMAP_SIZE, PROT_READ | PROT_WRITE, in nxt_port_new_port_mmap()
H A Dnxt_mem_map.h50 nxt_mem_mmap(addr, len, protection, flags, fd, offset)
57 NXT_EXPORT void *nxt_mem_mmap(void *addr, size_t len, nxt_uint_t protection,
H A Dnxt_mem_map.c11 nxt_mem_mmap(void *addr, size_t len, nxt_uint_t protection, nxt_uint_t flags, in nxt_mem_mmap() function