Searched refs:_quicklistNodeAllowMerge (Results 1 – 1 of 1) sorted by relevance
452 REDIS_STATIC int _quicklistNodeAllowMerge(const quicklistNode *a, in _quicklistNodeAllowMerge() function752 if (_quicklistNodeAllowMerge(prev, prev_prev, fill)) { in _quicklistMergeNodes()758 if (_quicklistNodeAllowMerge(next, next_next, fill)) { in _quicklistMergeNodes()764 if (_quicklistNodeAllowMerge(center, center->prev, fill)) { in _quicklistMergeNodes()773 if (_quicklistNodeAllowMerge(target, target->next, fill)) { in _quicklistMergeNodes()