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:completion_rc
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/nxp-nci/
H
A
D
firmware.c
134
long
completion_rc
;
in nxp_nci_fw_send()
local
160
completion_rc
= wait_for_completion_interruptible_timeout(
in nxp_nci_fw_send()
162
if (
completion_rc
== 0)
in nxp_nci_fw_send()
/kernel/linux/linux-5.10/net/nfc/nci/
H
A
D
spi.c
64
long
completion_rc
;
in nci_spi_send()
local
100
completion_rc
= wait_for_completion_interruptible_timeout(
in nci_spi_send()
104
if (
completion_rc
<= 0 || nspi->req_result == ACKNOWLEDGE_NACK)
in nci_spi_send()
H
A
D
core.c
102
long
completion_rc
;
in __nci_request()
local
108
completion_rc
=
in __nci_request()
112
pr_debug("wait_for_completion return %ld\n",
completion_rc
);
in __nci_request()
114
if (
completion_rc
> 0) {
in __nci_request()
130
completion_rc
);
in __nci_request()
132
rc = ((
completion_rc
== 0) ? (-ETIMEDOUT) : (
completion_rc
));
in __nci_request()
/kernel/linux/linux-6.6/drivers/nfc/nxp-nci/
H
A
D
firmware.c
131
long
completion_rc
;
in nxp_nci_fw_send()
local
157
completion_rc
= wait_for_completion_interruptible_timeout(
in nxp_nci_fw_send()
159
if (
completion_rc
== 0)
in nxp_nci_fw_send()
/kernel/linux/linux-6.6/net/nfc/nci/
H
A
D
spi.c
64
long
completion_rc
;
in nci_spi_send()
local
100
completion_rc
= wait_for_completion_interruptible_timeout(
in nci_spi_send()
104
if (
completion_rc
<= 0 || nspi->req_result == ACKNOWLEDGE_NACK)
in nci_spi_send()
H
A
D
core.c
103
long
completion_rc
;
in __nci_request()
local
109
completion_rc
=
in __nci_request()
113
pr_debug("wait_for_completion return %ld\n",
completion_rc
);
in __nci_request()
115
if (
completion_rc
> 0) {
in __nci_request()
131
completion_rc
);
in __nci_request()
133
rc = ((
completion_rc
== 0) ? (-ETIMEDOUT) : (
completion_rc
));
in __nci_request()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
command_submission.c
2647
long
completion_rc
;
in hl_wait_for_fence()
local
2668
completion_rc
= 1;
in hl_wait_for_fence()
2673
completion_rc
= completion_done(&fence->completion);
in hl_wait_for_fence()
2679
completion_rc
=
in hl_wait_for_fence()
2688
if (
completion_rc
> 0) {
in hl_wait_for_fence()
2696
if (
completion_rc
== -ERESTARTSYS)
in hl_wait_for_fence()
2697
rc =
completion_rc
;
in hl_wait_for_fence()
2949
long
completion_rc
;
in hl_wait_multi_cs_completion()
local
2951
completion_rc
= wait_for_completion_interruptible_timeout(&mcs_compl->completion,
in hl_wait_multi_cs_completion()
2955
if (
completion_rc
>
in hl_wait_multi_cs_completion()
3292
long
completion_rc
;
_hl_interrupt_wait_ioctl()
local
3459
long
completion_rc
;
_hl_interrupt_wait_ioctl_user_addr()
local
[all...]
Completed in 10 milliseconds