Searched refs:last_close (Results 1 – 3 of 3) sorted by relevance
347 cd->last_close = 0; in sunrpc_init_cache_detail()1019 cd->last_close = seconds_since_boot(); in cache_release()1119 if (detail->last_warn != detail->last_close) { in warn_no_listener()1120 detail->last_warn = detail->last_close; in warn_no_listener()1122 detail->warn_no_listener(detail, detail->last_close != 0); in warn_no_listener()1130 if (detail->last_close == 0) in cache_listeners_exist()1133 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
249 int last_close; in rpc_pipe_release() local277 last_close = pipe->nwriters == 0 && pipe->nreaders == 0; in rpc_pipe_release()278 if (last_close && pipe->ops->release_pipe) in rpc_pipe_release()
118 time_t last_close; /* if no readers, when did last close */ member