Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/sunrpc/
Dcache.h232 static inline time_t seconds_since_boot(void) in seconds_since_boot() function
263 h->expiry_time = seconds_since_boot() - 1; in sunrpc_invalidate()
264 detail->nextcheck = seconds_since_boot(); in sunrpc_invalidate()
/linux-2.6.39/fs/nfs/
Ddns_resolve.c170 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show()
242 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse()
304 || (*item)->h.expiry_time < seconds_since_boot() in do_cache_lookup_nowait()
/linux-2.6.39/net/sunrpc/
Dcache.c45 time_t now = seconds_since_boot(); in cache_init()
55 return (h->expiry_time < seconds_since_boot()) || in cache_is_expired()
130 head->last_refresh = seconds_since_boot(); in cache_fresh_locked()
236 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY); in try_to_negate_entry()
267 age = seconds_since_boot() - h->last_refresh; in cache_check()
414 if (current_detail->nextcheck > seconds_since_boot()) in cache_clean()
418 current_detail->nextcheck = seconds_since_boot()+30*60; in cache_clean()
503 detail->nextcheck = seconds_since_boot(); in cache_purge()
1003 cd->last_close = seconds_since_boot(); in cache_release()
1123 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
[all …]