Searched refs:freelist (Results 1 – 3 of 3) sorted by relevance
73 Memory that is freed is put into a per-cluster freelist. Even if the data was75 current cluster's freelist (again, to reduce cache effects). The freelist is a92 we can add it to the freelist - but this is not ideal. So, stackshot uses94 a good chunk size. The amount of memory added to the freelist is reported by
398 struct mbuf *freelist = NULL, *tail = NULL; in mptcp_input() local531 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()
2171 mbuf_ref_t m, freelist = NULL; in sosend() local2342 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 …]