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_result
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
util.c
137
rc->
rc_result
= cpu_to_le32(rc->
rc_result
);
in dlm_rcom_out()
148
rc->
rc_result
= le32_to_cpu(rc->
rc_result
);
in dlm_rcom_in()
H
A
D
rcom.c
152
rc->
rc_result
= dlm_recover_status(ls);
in dlm_rcom_status()
178
if (rc->
rc_result
== -ESRCH) {
in dlm_rcom_status()
181
rc->
rc_result
= 0;
in dlm_rcom_status()
187
/* the caller looks at
rc_result
for the remote recovery status */
in dlm_rcom_status()
229
rc->
rc_result
= status;
in receive_rcom_status()
241
rc->
rc_result
= 0;
in receive_rcom_status()
361
rc->
rc_result
= ret_nodeid;
in receive_rcom_lookup()
478
rc->
rc_result
= -ESRCH;
in dlm_send_ls_not_ready()
H
A
D
recover.c
117
if (rc->
rc_result
& wait_status)
in wait_status_all()
144
if (rc->
rc_result
& wait_status)
in wait_status_low()
578
ret_nodeid = rc->
rc_result
;
in dlm_recover_master_reply()
H
A
D
dlm_internal.h
448
int
rc_result
; /* multi-purpose */
member
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
rcom.c
183
rc->
rc_result
= cpu_to_le32(dlm_recover_status(ls));
in dlm_rcom_status()
210
if (rc->
rc_result
== cpu_to_le32(-ESRCH)) {
in dlm_rcom_status()
213
rc->
rc_result
= 0;
in dlm_rcom_status()
219
/* the caller looks at
rc_result
for the remote recovery status */
in dlm_rcom_status()
263
rc->
rc_result
= cpu_to_le32(status);
in receive_rcom_status()
275
rc->
rc_result
= 0;
in receive_rcom_status()
405
rc->
rc_result
= cpu_to_le32(ret_nodeid);
in receive_rcom_lookup()
528
rc->
rc_result
= cpu_to_le32(-ESRCH);
in dlm_send_ls_not_ready()
H
A
D
recover.c
117
if (le32_to_cpu(rc->
rc_result
) & wait_status)
in wait_status_all()
144
if (le32_to_cpu(rc->
rc_result
) & wait_status)
in wait_status_low()
579
ret_nodeid = le32_to_cpu(rc->
rc_result
);
in dlm_recover_master_reply()
H
A
D
dlm_internal.h
457
__le32
rc_result
; /* multi-purpose */
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_helpers.c
619
unsigned char
rc_result
= 0xFF;
in execute_synaptics_rc_command()
local
660
drm_dp_dpcd_read(aux, SYNAPTICS_RC_RESULT, &
rc_result
, sizeof(
rc_result
));
in execute_synaptics_rc_command()
661
success = (
rc_result
== 0);
in execute_synaptics_rc_command()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
dlm.h
351
__field(int32_t,
rc_result
)
368
__entry->
rc_result
= le32_to_cpu(rc->
rc_result
);
377
"h_length=%u h_cmd=%s rc_type=%s
rc_result
=%d "
384
__entry->
rc_result
, __entry->rc_id, __entry->rc_seq,
Completed in 10 milliseconds