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:rc_seq_reply
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
util.c
140
rc->
rc_seq_reply
= cpu_to_le64(rc->
rc_seq_reply
);
in dlm_rcom_out()
151
rc->
rc_seq_reply
= le64_to_cpu(rc->
rc_seq_reply
);
in dlm_rcom_in()
H
A
D
rcom.c
228
rc->
rc_seq_reply
= rc_in->rc_seq;
in receive_rcom_status()
313
rc->
rc_seq_reply
= rc_in->rc_seq;
in receive_rcom_names()
363
rc->
rc_seq_reply
= rc_in->rc_seq;
in receive_rcom_lookup()
446
rc->
rc_seq_reply
= rc_in->rc_seq;
in receive_rcom_lock()
477
rc->
rc_seq_reply
= rc_in->rc_seq;
in dlm_send_ls_not_ready()
577
if (reply && (rc->
rc_seq_reply
!= seq))
in dlm_receive_rcom()
634
(unsigned long long)rc->
rc_seq_reply
,
in dlm_receive_rcom()
H
A
D
dlm_internal.h
451
uint64_t
rc_seq_reply
; /* remote ls_recover_seq */
member
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
rcom.c
262
rc->
rc_seq_reply
= rc_in->rc_seq;
in receive_rcom_status()
354
rc->
rc_seq_reply
= rc_in->rc_seq;
in receive_rcom_names()
407
rc->
rc_seq_reply
= rc_in->rc_seq;
in receive_rcom_lookup()
497
rc->
rc_seq_reply
= rc_in->rc_seq;
in receive_rcom_lock()
527
rc->
rc_seq_reply
= rc_in->rc_seq;
in dlm_send_ls_not_ready()
626
if (reply && (le64_to_cpu(rc->
rc_seq_reply
) != seq))
in dlm_receive_rcom()
684
(unsigned long long)le64_to_cpu(rc->
rc_seq_reply
),
in dlm_receive_rcom()
H
A
D
dlm_internal.h
460
__le64
rc_seq_reply
; /* remote ls_recover_seq */
member
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
dlm.h
354
__field(uint64_t,
rc_seq_reply
)
371
__entry->
rc_seq_reply
= le64_to_cpu(rc->
rc_seq_reply
);
378
"rc_id=%llu rc_seq=%llu
rc_seq_reply
=%llu "
385
__entry->
rc_seq_reply
,
Completed in 7 milliseconds