Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus.c2551 nexus_port_size_t i, num_ports, old_num_ports; in nx_port_grow() local
2560 old_num_ports = nx->nx_num_ports; in nx_port_grow()
2570 (old_num_ports / NX_PORT_CHUNK) * sizeof(*bmap), in nx_port_grow()
2578 if ((ports = sk_realloc_type_array(struct nx_port_info, old_num_ports, in nx_port_grow()