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

/linux-master/include/linux/sunrpc/
H A Dcache.h161 static inline time64_t seconds_since_boot(void) function
218 if (h->expiry_time < seconds_since_boot())
/linux-master/fs/nfs/
H A Ddns_resolve.c187 ttl = item->h.expiry_time - seconds_since_boot();
260 key.h.expiry_time = ttl + seconds_since_boot();
307 || (*item)->h.expiry_time < seconds_since_boot()
/linux-master/net/sunrpc/
H A Dcache.c47 time64_t now = seconds_since_boot();
164 time64_t now = seconds_since_boot();
275 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY,
309 age = seconds_since_boot() - h->last_refresh;
446 if (current_detail->nextcheck > seconds_since_boot())
450 current_detail->nextcheck = seconds_since_boot()+30*60;
1076 cd->last_close = seconds_since_boot();
1189 if (detail->last_close < seconds_since_boot() - 30)
1530 now = seconds_since_boot();
/linux-master/fs/nfsd/
H A Dexport.c702 if (exp.h.expiry_time < seconds_since_boot())

Completed in 158 milliseconds