Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fscache/
Dcookie.c33 static unsigned int fscache_lru_cookie_timeout = 10 * HZ; variable
659 jiffies + fscache_lru_cookie_timeout); in fscache_unuse_cookie_locked()
862 time_before(jiffies, cookie->unused_at + fscache_lru_cookie_timeout) || in fscache_cookie_lru_do_one()
887 unused_at = cookie->unused_at + fscache_lru_cookie_timeout; in fscache_cookie_lru_worker()