Home
last modified time | relevance | path

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

/block/
Dbio.c627 #define ALLOC_CACHE_SLACK 64 macro
696 if (++cache->nr > ALLOC_CACHE_MAX + ALLOC_CACHE_SLACK) in bio_put()
697 bio_alloc_cache_prune(cache, ALLOC_CACHE_SLACK); in bio_put()