Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:last_close
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
cache.c
391
cd->
last_close
= 0;
in sunrpc_init_cache_detail()
1079
cd->
last_close
= seconds_since_boot();
in cache_release()
1178
if (detail->last_warn != detail->
last_close
) {
in warn_no_listener()
1179
detail->last_warn = detail->
last_close
;
in warn_no_listener()
1181
detail->warn_no_listener(detail, detail->
last_close
!= 0);
in warn_no_listener()
1189
if (detail->
last_close
== 0)
in cache_listeners_exist()
1192
if (detail->
last_close
< seconds_since_boot() - 30)
in cache_listeners_exist()
H
A
D
rpc_pipe.c
244
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()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
cache.c
393
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()
H
A
D
rpc_pipe.c
244
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()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
cache.h
114
time64_t
last_close
; /* if no writers, when did last close */
member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
cache.h
118
time64_t
last_close
; /* if no writers, when did last close */
member
Completed in 11 milliseconds