Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dextent.c115 extent_t *extent, bool *coalesced, bool growing_retained);
489 bool coalesced; in extent_try_delayed_coalesce() local
491 extents, extent, &coalesced, false); in extent_try_delayed_coalesce()
494 if (!coalesced) { in extent_try_delayed_coalesce()
1529 extent_t *extent, bool *coalesced, bool growing_retained) { in extent_try_coalesce() argument
1557 *coalesced = true; in extent_try_coalesce()
1578 *coalesced = true; in extent_try_coalesce()
1587 *coalesced = false; in extent_try_coalesce()
1623 bool coalesced; in extent_record() local
1630 &coalesced, growing_retained); in extent_record()
[all …]
/f-stack/dpdk/doc/guides/nics/
H A Dcxgbe.rst113 coalesced and sends the packets immediately at the end of the
115 until the max number of packets have been coalesced. In this case,
116 Tx only sends the coalesced packets to hardware once the max
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_11.rst58 * Added a new Rx LRO mbuf flag, used when packets are coalesced. This