Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dcache.c404 cd->last_close = 0; in sunrpc_init_cache_detail()
1084 cd->last_close = seconds_since_boot(); in cache_release()
1182 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1183 detail->last_warn = detail->last_close; in warn_no_listener()
1185 detail->warn_no_listener(detail, detail->last_close != 0); in warn_no_listener()
1193 if (detail->last_close == 0) in cache_listeners_exist()
1196 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
/linux/include/linux/sunrpc/
H A Dcache.h118 time64_t last_close; /* if no writers, when did last close */ member