Home
last modified time | relevance | path

Searched defs:grow (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/kern/
H A Dkern_control.c956 size_t grow = datasize - space + _MSIZE; in ctl_rcvbspace() local
H A Dkpi_mbuf.c1395 size_t grow = MIN(mbuf_trailingspace(m), len - mlen); in mbuf_copyback() local
/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus.c2590 nx_port_grow(struct kern_nexus *nx, nexus_port_size_t grow) in nx_port_grow()