Searched refs:unused_at (Results 1 - 2 of 2) sorted by path

/linux-master/fs/netfs/
H A Dfscache_cookie.c649 cookie->unused_at = jiffies;
862 time_before(jiffies, cookie->unused_at + fscache_lru_cookie_timeout) ||
880 unsigned long unused_at; local
887 unused_at = cookie->unused_at + fscache_lru_cookie_timeout;
888 if (time_before(jiffies, unused_at)) {
889 timer_reduce(&fscache_cookie_lru_timer, unused_at);
/linux-master/include/linux/
H A Dfscache.h116 unsigned long unused_at; /* Time at which unused (jiffies) */ member in struct:fscache_cookie

Completed in 320 milliseconds