Searched refs:grow (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_var.h | 81 extern int fsw_grow(struct nx_flowswitch *fsw, uint32_t grow);
|
| /xnu-10063.141.1/bsd/skywalk/nexus/ |
| H A D | nexus.c | 2545 nx_port_grow(struct kern_nexus *nx, nexus_port_size_t grow) in nx_port_grow() argument 2554 ASSERT(grow > 0 && (grow % NX_PORT_CHUNK) == 0); in nx_port_grow() 2561 num_ports = nx->nx_num_ports + grow; in nx_port_grow() 2565 nx->nx_num_ports, grow, num_ports, limit); in nx_port_grow() 2586 bzero(&ports[nx->nx_num_ports], (grow * sizeof(*ports))); in nx_port_grow() 2598 SK_KVA(nx), nx->nx_active_ports, nx->nx_num_ports, grow); in nx_port_grow()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kpi_mbuf.c | 1395 size_t grow = MIN(mbuf_trailingspace(m), len - mlen); in mbuf_copyback() local 1396 mlen += grow; in mbuf_copyback() 1397 m->m_len += grow; in mbuf_copyback()
|
| H A D | kern_control.c | 938 size_t grow = datasize - space + _MSIZE; in ctl_rcvbspace() local 939 u_int32_t cc = (u_int32_t)MIN(MIN((sb->sb_hiwat + grow), autorcvbuf_max), UINT32_MAX); in ctl_rcvbspace()
|
| /xnu-10063.141.1/doc/lifecycle/ |
| H A D | hibernation.md | 246 time the system hibernates. powerd can also grow the file as necessary.
|