Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddfs_cache.c62 static atomic_t cache_count; variable
133 atomic_dec(&cache_count); in flush_cache_ent()
306 atomic_set(&cache_count, 0); in dfs_cache_init()
468 if (atomic_read(&cache_count) >= CACHE_MAX_ENTRIES && oldest) in purge_cache()
483 if (atomic_read(&cache_count) >= CACHE_MAX_ENTRIES) { in add_cache_entry_locked()
502 atomic_inc(&cache_count); in add_cache_entry_locked()