Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_cookie.c33 static unsigned int fscache_lru_cookie_timeout = 10 * HZ; variable
659 jiffies + fscache_lru_cookie_timeout); in fscache_unuse_cookie_locked()
866 time_before(jiffies, cookie->unused_at + fscache_lru_cookie_timeout) || in fscache_cookie_lru_do_one()
891 unused_at = cookie->unused_at + fscache_lru_cookie_timeout; in fscache_cookie_lru_worker()