Home
last modified time | relevance | path

Searched refs:PORT_MMAP_SIZE (Results 1 – 3 of 3) sorted by last modified time

/unit/src/
H A Dnxt_unit.c3762 fd = nxt_unit_shm_open(ctx, PORT_MMAP_SIZE); in nxt_unit_new_mmap()
3767 mem = mmap(NULL, PORT_MMAP_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in nxt_unit_new_mmap()
3802 munmap(mem, PORT_MMAP_SIZE); in nxt_unit_new_mmap()
4039 munmap(mem, PORT_MMAP_SIZE); in nxt_unit_incoming_mmap()
4052 munmap(mem, PORT_MMAP_SIZE); in nxt_unit_incoming_mmap()
4158 munmap(mm->hdr, PORT_MMAP_SIZE); in nxt_unit_mmaps_destroy()
H A Dnxt_port_memory_int.h30 #define PORT_MMAP_SIZE (PORT_MMAP_HEADER_SIZE + PORT_MMAP_DATA_SIZE) macro
H A Dnxt_port_memory.c33 nxt_mem_munmap(mmap_handler->hdr, PORT_MMAP_SIZE); in nxt_port_mmap_handler_use()
242 nxt_mem_munmap(mem, PORT_MMAP_SIZE); in nxt_port_incoming_port_mmap()
251 nxt_mem_munmap(mem, PORT_MMAP_SIZE); in nxt_port_incoming_port_mmap()
265 nxt_mem_munmap(mem, PORT_MMAP_SIZE); in nxt_port_incoming_port_mmap()
313 fd = nxt_shm_open(task, PORT_MMAP_SIZE); in nxt_port_new_port_mmap()
318 mem = nxt_mem_mmap(NULL, PORT_MMAP_SIZE, PROT_READ | PROT_WRITE, in nxt_port_new_port_mmap()