Lines Matching defs:coalesced
42 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,
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) {
825 * classes, since they are eagerly coalesced on deallocation which can
844 *coalesced = true;
860 *coalesced = true;
869 *coalesced = false;
876 ecache_t *ecache, edata_t *edata, bool *coalesced) {
878 coalesced);
883 ecache_t *ecache, edata_t *edata, bool *coalesced) {
885 coalesced);
934 bool coalesced;
938 ecache, edata, &coalesced);
939 } while (coalesced);