Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dextent.c42 ecache_t *ecache, edata_t *edata, bool *coalesced);
65 bool coalesced;
67 edata, &coalesced);
70 if (!coalesced) {
156 * Get the LRU coalesced extent, if any. If coalescing was delayed, in extent_rtree_leaf_elm_try_lock()
157 * the loop will iterate until the LRU extent is fully coalesced.
192 * The LRU extent was just coalesced and the result placed in
821 ecache_t *ecache, edata_t *edata, bool *coalesced) { in extent_register_no_gdump_add()
825 * classes, since they are eagerly coalesced on deallocation which can in extent_reregister()
844 *coalesced in extent_interior_deregister()
524 bool coalesced; extent_try_delayed_coalesce() local
1602 extent_try_coalesce_impl(tsdn_t * tsdn,arena_t * arena,extent_hooks_t ** r_extent_hooks,rtree_ctx_t * rtree_ctx,extents_t * extents,extent_t * extent,bool * coalesced,bool growing_retained,bool inactive_only) extent_try_coalesce_impl() argument
1677 extent_try_coalesce(tsdn_t * tsdn,arena_t * arena,extent_hooks_t ** r_extent_hooks,rtree_ctx_t * rtree_ctx,extents_t * extents,extent_t * extent,bool * coalesced,bool growing_retained) extent_try_coalesce() argument
1685 extent_try_coalesce_large(tsdn_t * tsdn,arena_t * arena,extent_hooks_t ** r_extent_hooks,rtree_ctx_t * rtree_ctx,extents_t * extents,extent_t * extent,bool * coalesced,bool growing_retained) extent_try_coalesce_large() argument
1722 bool coalesced; extent_record() local
[all...]
/freebsd/tests/sys/capsicum/
H A DREADME.md19 These tests were coalesced and moved into an [independent repository](https://github.com/google/cap…
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c884 int coalesced; in icl_conn_send_pdus() local
947 coalesced = 1 in icl_conn_send_pdus()
951 coalesced++ in icl_conn_send_pdus()
979 if (coalesced > 1) { in icl_conn_send_pdus()
981 coalesced, size); in icl_conn_send_pdus()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md39 coalesced with one or more previous QUIC packets and placed into the same
H A Dtx-packetiser.md232 the payload of another QUIC packet which is to be coalesced with one or
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg3759 * The count of commands that have been coalesced.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2561 /// often coalesced away and we don't want the dispatch group builder to think