Searched defs:newAvail (Results 1 – 2 of 2) sorted by relevance
566 size_t newAvail = cache->availDirs < 1000 ? 1000 : cache->availDirs*2; in _add_cache_dir_t() local598 size_t newAvail = cache->availFiles < 1000 ? 1000 : cache->availFiles*2; in _add_cache_file_t() local
3970 const size_t newAvail = set->availAttrs+N; in getBagLocked() local