Home
last modified time | relevance | path

Searched refs:CACHE_NEW_EXPIRY (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dcache.h62 #define CACHE_NEW_EXPIRY 120 /* keep new things pending confirmation for 120 seconds */ macro
/linux-4.1.27/net/sunrpc/
Dcache.c50 h->expiry_time = now + CACHE_NEW_EXPIRY; in cache_init()
228 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY); in try_to_negate_entry()