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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dcache.h112 time_t last_close; /* if no readers, when did last close */ member in struct:cache_detail
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dinit.c880 int last_close = 0; local
893 last_close = 1;
895 if (last_close) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c332 cd->last_close = 0;
905 cd->last_close = get_seconds();
1011 if (detail->last_warn != detail->last_close) {
1012 detail->last_warn = detail->last_close;
1014 detail->warn_no_listener(detail, detail->last_close != 0);
1037 detail->last_close < get_seconds() - 30) {
H A Drpc_pipe.c202 int last_close; local
229 last_close = rpci->nwriters == 0 && rpci->nreaders == 0;
230 if (last_close && rpci->ops->release_pipe)

Completed in 68 milliseconds