Searched refs:grow (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_var.h | 81 extern int fsw_grow(struct nx_flowswitch *fsw, uint32_t grow);
|
| /xnu-12377.61.12/tests/sched/sched_test_harness/ |
| H A D | README.md | 7 …NU scheduler code this way has been in unraveling dependencies that would grow the amount and comp…
|
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | nexus.c | 2585 nx_port_grow(struct kern_nexus *nx, nexus_port_size_t grow) in nx_port_grow() argument 2593 ASSERT(grow > 0 && (grow % NX_PORT_CHUNK) == 0); in nx_port_grow() 2600 num_ports = nx->nx_num_ports + grow; in nx_port_grow() 2604 nx->nx_num_ports, grow, num_ports, limit); in nx_port_grow() 2626 bzero(&ports[nx->nx_num_ports], (grow * sizeof(*ports))); in nx_port_grow() 2642 SK_KVA(nx), nx->nx_active_ports, nx->nx_num_ports, grow); in nx_port_grow()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kpi_mbuf.c | 1554 size_t grow = MIN(mbuf_trailingspace(m), len - mlen); in mbuf_copyback() local 1555 mlen += grow; in mbuf_copyback() 1556 m->m_len += grow; in mbuf_copyback()
|
| H A D | kern_control.c | 956 size_t grow = datasize - space + _MSIZE; in ctl_rcvbspace() local 957 u_int32_t cc = (u_int32_t)MIN(MIN((sb->sb_hiwat + grow), autorcvbuf_max), UINT32_MAX); in ctl_rcvbspace()
|
| /xnu-12377.61.12/doc/lifecycle/ |
| H A D | hibernation.md | 246 time the system hibernates. powerd can also grow the file as necessary.
|
| /xnu-12377.61.12/doc/arm/ |
| H A D | apple_speculative_hardening.md | 395 padding between each kernel submap and grow the zone submaps such that the two
|