Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dcache.h152 static inline time_t seconds_since_boot(void) in seconds_since_boot() function
203 return (h->expiry_time < seconds_since_boot()) || in cache_is_expired()
/Linux-v4.19/fs/nfs/
Ddns_resolve.c178 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show()
251 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse()
298 || (*item)->h.expiry_time < seconds_since_boot() in do_cache_lookup_nowait()
/Linux-v4.19/net/sunrpc/
Dcache.c46 time_t now = seconds_since_boot(); in cache_init()
125 time_t now = seconds_since_boot(); in cache_fresh_locked()
230 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY, in try_to_negate_entry()
264 age = seconds_since_boot() - h->last_refresh; in cache_check()
403 if (current_detail->nextcheck > seconds_since_boot()) in cache_clean()
407 current_detail->nextcheck = seconds_since_boot()+30*60; in cache_clean()
1038 cd->last_close = seconds_since_boot(); in cache_release()
1152 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
1469 now = seconds_since_boot(); in write_flush()
/Linux-v4.19/fs/nfsd/
Dexport.c613 if (exp.h.expiry_time < seconds_since_boot()) in svc_export_parse()
Dnfs4state.c766 if (seconds_since_boot() - bd->swap_time > 30) { in delegation_blocked()
768 if (seconds_since_boot() - bd->swap_time > 30) { in delegation_blocked()
774 bd->swap_time = seconds_since_boot(); in delegation_blocked()
804 bd->swap_time = seconds_since_boot(); in block_delegations()