Home
last modified time | relevance | path

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

/xnu-11215.81.4/doc/observability/
H A Dmt_stackshot.md73 Memory that is freed is put into a per-cluster freelist. Even if the data was
75 current cluster's freelist (again, to reduce cache effects). The freelist is a
92 we can add it to the freelist - but this is not ideal. So, stackshot uses
94 a good chunk size. The amount of memory added to the freelist is reported by
/xnu-11215.81.4/bsd/netinet/
H A Dmptcp.c398 struct mbuf *freelist = NULL, *tail = NULL; in mptcp_input() local
531 if (freelist == NULL) { in mptcp_input()
532 freelist = m; in mptcp_input()
563 if (freelist == NULL) { in mptcp_input()
564 freelist = m; in mptcp_input()
624 if (freelist) { in mptcp_input()
625 m_freem(freelist); in mptcp_input()
/xnu-11215.81.4/bsd/kern/
H A Duipc_socket.c2171 mbuf_ref_t m, freelist = NULL; in sosend() local
2342 if (freelist == NULL && in sosend()
2354 freelist = in sosend()
2365 if (freelist == NULL && in sosend()
2377 freelist = in sosend()
2395 freelist == NULL && in sosend()
2401 freelist = in sosend()
2410 } else if (freelist == NULL && in sosend()
2421 freelist = in sosend()
2436 if (freelist != NULL && atomic && in sosend()
[all …]