Home
last modified time | relevance | path

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

/xnu-12377.1.9/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-12377.1.9/bsd/netinet/
H A Dmptcp.c405 struct mbuf *freelist = NULL, *tail = NULL; in mptcp_input() local
538 if (freelist == NULL) { in mptcp_input()
539 freelist = m; in mptcp_input()
570 if (freelist == NULL) { in mptcp_input()
571 freelist = m; in mptcp_input()
631 if (freelist) { in mptcp_input()
632 m_freem(freelist); in mptcp_input()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c2045 mbuf_ref_t m, freelist = NULL; in sosend() local
2214 if (freelist == NULL && in sosend()
2226 freelist = in sosend()
2237 if (freelist == NULL && in sosend()
2249 freelist = in sosend()
2267 freelist == NULL && in sosend()
2273 freelist = in sosend()
2282 } else if (freelist == NULL && in sosend()
2293 freelist = in sosend()
2308 if (freelist != NULL && atomic && in sosend()
[all …]