Searched refs:seconds_since_boot (Results 1 – 5 of 5) sorted by relevance
157 static inline time_t seconds_since_boot(void) in seconds_since_boot() function205 return (h->expiry_time < seconds_since_boot()) || in cache_is_expired()
46 time_t now = seconds_since_boot(); in cache_init()125 head->last_refresh = seconds_since_boot(); in cache_fresh_locked()228 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY); in try_to_negate_entry()261 age = seconds_since_boot() - h->last_refresh; in cache_check()408 if (current_detail->nextcheck > seconds_since_boot()) in cache_clean()412 current_detail->nextcheck = seconds_since_boot()+30*60; in cache_clean()496 detail->nextcheck = seconds_since_boot(); in cache_purge()1019 cd->last_close = seconds_since_boot(); in cache_release()1133 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()1452 cd->nextcheck = seconds_since_boot(); in write_flush()
177 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show()250 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse()297 || (*item)->h.expiry_time < seconds_since_boot() in do_cache_lookup_nowait()
611 if (exp.h.expiry_time < seconds_since_boot()) in svc_export_parse()
647 if (seconds_since_boot() - bd->swap_time > 30) { in delegation_blocked()649 if (seconds_since_boot() - bd->swap_time > 30) { in delegation_blocked()655 bd->swap_time = seconds_since_boot(); in delegation_blocked()685 bd->swap_time = seconds_since_boot(); in block_delegations()