Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
A Dcache.h157 static inline time64_t seconds_since_boot(void) in seconds_since_boot() function
214 if (h->expiry_time < seconds_since_boot()) in cache_is_expired()
/linux/fs/nfs/
A Ddns_resolve.c188 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show()
261 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse()
308 || (*item)->h.expiry_time < seconds_since_boot() in do_cache_lookup_nowait()
/linux/net/sunrpc/
A Dcache.c45 time64_t now = seconds_since_boot(); in cache_init()
162 time64_t now = seconds_since_boot(); in cache_fresh_locked()
273 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY, in try_to_negate_entry()
307 age = seconds_since_boot() - h->last_refresh; in cache_check()
444 if (current_detail->nextcheck > seconds_since_boot()) in cache_clean()
448 current_detail->nextcheck = seconds_since_boot()+30*60; in cache_clean()
1060 cd->last_close = seconds_since_boot(); in cache_release()
1173 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
1514 now = seconds_since_boot(); in write_flush()
/linux/fs/nfsd/
A Dexport.c671 if (exp.h.expiry_time < seconds_since_boot()) in svc_export_parse()

Completed in 15 milliseconds