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()
2198 mbuf_ref_t m, freelist = NULL; in sosend() local2369 if (freelist == NULL && in sosend()2381 freelist = in sosend()2392 if (freelist == NULL && in sosend()2404 freelist = in sosend()2422 freelist == NULL && in sosend()2428 freelist = in sosend()2437 } else if (freelist == NULL && in sosend()2448 freelist = in sosend()2463 if (freelist != NULL && atomic && in sosend()[all …]