Searched refs:seconds_since_boot (Results 1 – 3 of 3) sorted by relevance
232 static inline time_t seconds_since_boot(void) in seconds_since_boot() function263 h->expiry_time = seconds_since_boot() - 1; in sunrpc_invalidate()264 detail->nextcheck = seconds_since_boot(); in sunrpc_invalidate()
170 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()
45 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 …]