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