Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Ddisk_cache_os.c207 unsigned total_file_count = 0; in choose_lru_file_matching() local
210 total_file_count++; in choose_lru_file_matching()
220 unsigned lru_file_count = total_file_count > 10 ? total_file_count / 10 : 1; in choose_lru_file_matching()