last_close        112 include/linux/sunrpc/cache.h 	time_t			last_close;		/* if no writers, when did last close */
last_close        371 net/sunrpc/cache.c 	cd->last_close = 0;
last_close       1064 net/sunrpc/cache.c 		cd->last_close = seconds_since_boot();
last_close       1163 net/sunrpc/cache.c 	if (detail->last_warn != detail->last_close) {
last_close       1164 net/sunrpc/cache.c 		detail->last_warn = detail->last_close;
last_close       1166 net/sunrpc/cache.c 			detail->warn_no_listener(detail, detail->last_close != 0);
last_close       1174 net/sunrpc/cache.c 	if (detail->last_close == 0)
last_close       1177 net/sunrpc/cache.c 	if (detail->last_close < seconds_since_boot() - 30)
last_close        244 net/sunrpc/rpc_pipe.c 	int last_close;
last_close        272 net/sunrpc/rpc_pipe.c 	last_close = pipe->nwriters == 0 && pipe->nreaders == 0;
last_close        273 net/sunrpc/rpc_pipe.c 	if (last_close && pipe->ops->release_pipe)