Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_video.c536 bool last_close; in sun6i_video_close() local
540 last_close = v4l2_fh_is_singular_file(file); in sun6i_video_close()
546 if (last_close) in sun6i_video_close()
/Linux-v6.1/net/sunrpc/
Dcache.c393 cd->last_close = 0; in sunrpc_init_cache_detail()
1076 cd->last_close = seconds_since_boot(); in cache_release()
1175 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1176 detail->last_warn = detail->last_close; in warn_no_listener()
1178 detail->warn_no_listener(detail, detail->last_close != 0); in warn_no_listener()
1186 if (detail->last_close == 0) in cache_listeners_exist()
1189 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
Drpc_pipe.c244 int last_close; in rpc_pipe_release() local
272 last_close = pipe->nwriters == 0 && pipe->nreaders == 0; in rpc_pipe_release()
273 if (last_close && pipe->ops->release_pipe) in rpc_pipe_release()
/Linux-v6.1/include/linux/sunrpc/
Dcache.h114 time64_t last_close; /* if no writers, when did last close */ member