Home
last modified time | relevance | path

Searched refs:port_mmap (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_port_memory.c93 nxt_port_mmap_t *port_mmap; in nxt_port_mmaps_destroy() local
99 port_mmap = port_mmaps->elts; in nxt_port_mmaps_destroy()
209 nxt_port_mmap_t *port_mmap; in nxt_port_incoming_port_mmap() local
216 port_mmap = NULL; in nxt_port_incoming_port_mmap()
262 if (nxt_slow_path(port_mmap == NULL)) { in nxt_port_incoming_port_mmap()
273 port_mmap->mmap_handler = mmap_handler; in nxt_port_incoming_port_mmap()
294 nxt_port_mmap_t *port_mmap; in nxt_port_new_port_mmap() local
450 nxt_port_mmap_t *port_mmap; in nxt_port_mmap_get() local
459 for (port_mmap = mmaps->elts; in nxt_port_mmap_get()
460 port_mmap < end_port_mmap; in nxt_port_mmap_get()
[all …]