Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dcache.c407 cd->last_close = 0; in sunrpc_init_cache_detail()
1102 cd->last_close = seconds_since_boot(); in cache_release()
1200 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1201 detail->last_warn = detail->last_close; in warn_no_listener()
1203 detail->warn_no_listener(detail, detail->last_close != 0); in warn_no_listener()
1211 if (detail->last_close == 0) in cache_listeners_exist()
1214 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
H A Drpc_pipe.c245 int last_close; in rpc_pipe_release() local
273 last_close = pipe->nwriters == 0 && pipe->nreaders == 0; in rpc_pipe_release()
274 if (last_close && pipe->ops->release_pipe) in rpc_pipe_release()