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:r_timeout
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
mds_client.h
302
unsigned long
r_timeout
; /* optional. jiffies, 0 is "wait forever" */
member
H
A
D
mds_client.c
2826
if (req->
r_timeout
&&
in __do_request()
2827
time_after_eq(jiffies, req->r_started + req->
r_timeout
)) {
in __do_request()
3033
if (!req->
r_timeout
&& req->r_wait_for_completion) {
in ceph_mdsc_wait_request()
3038
ceph_timeout_jiffies(req->
r_timeout
));
in ceph_mdsc_wait_request()
H
A
D
super.c
892
req->
r_timeout
= fsc->client->options->mount_timeout;
in open_root_dentry()
H
A
D
caps.c
2398
ceph_timeout_jiffies(req1->
r_timeout
));
in unsafe_request_wait()
2404
ceph_timeout_jiffies(req2->
r_timeout
));
in unsafe_request_wait()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
mds_client.h
329
unsigned long
r_timeout
; /* optional. jiffies, 0 is "wait forever" */
member
H
A
D
super.c
1067
req->
r_timeout
= fsc->client->options->mount_timeout;
in open_root_dentry()
H
A
D
mds_client.c
3249
if (req->
r_timeout
&&
in __do_request()
3250
time_after_eq(jiffies, req->r_started + req->
r_timeout
)) {
in __do_request()
3539
ceph_timeout_jiffies(req->
r_timeout
));
in ceph_mdsc_wait_request()
H
A
D
caps.c
2408
ceph_timeout_jiffies(req1->
r_timeout
));
in flush_mdlog_and_wait_inode_unsafe_requests()
2414
ceph_timeout_jiffies(req2->
r_timeout
));
in flush_mdlog_and_wait_inode_unsafe_requests()
Completed in 30 milliseconds