Searched refs:pruneRows (Results 1 – 2 of 2) sorted by relevance
332 bool ChattyLogBuffer::Prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { in Prune() argument334 bool clearAll = pruneRows == ULONG_MAX; in Prune()365 KickReader(oldest, id, pruneRows); in Prune()370 if (--pruneRows == 0) { in Prune()379 while (!clearAll && (pruneRows > 0)) { in Prune()414 bool gc = pruneRows <= 1; in Prune()478 pruneRows--; in Prune()479 if (pruneRows == 0) { in Prune()525 pruneRows--; in Prune()526 if (pruneRows == 0) { in Prune()[all …]
57 bool Prune(log_id_t id, unsigned long pruneRows, uid_t uid) REQUIRES(lock_) override;