Searched defs:min_destroy_count (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-index-alloc-cache.c171 static bool destroy_unrefed(unsigned int min_destroy_count) argument
181 (min_destroy_count > 0 || rec->destroy_time <= ioloop_time)) {
185 if (min_destroy_count > 0)
186 min_destroy_count--;
190 if (min_destroy_count > 0 &&

Completed in 29 milliseconds