Searched refs:last_close (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dcache.h118 time64_t last_close; /* if no writers, when did last close */ member in struct:cache_detail
/linux-master/net/sunrpc/
H A Dcache.c393 cd->last_close = 0;
1076 cd->last_close = seconds_since_boot();
1175 if (detail->last_warn != detail->last_close) {
1176 detail->last_warn = detail->last_close;
1178 detail->warn_no_listener(detail, detail->last_close != 0);
1186 if (detail->last_close == 0)
1189 if (detail->last_close < seconds_since_boot() - 30)
H A Drpc_pipe.c244 int last_close; local
272 last_close = pipe->nwriters == 0 && pipe->nreaders == 0;
273 if (last_close && pipe->ops->release_pipe)

Completed in 197 milliseconds