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:finish_req
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H
A
D
jh7110-aes.c
597
goto
finish_req
;
in starfive_aes_aead_do_one_req()
616
finish_req
:
in starfive_aes_aead_do_one_req()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
fsl_qe_udc.c
1471
u8
finish_req
= 0;
in ep_req_rx()
local
1485
if (
finish_req
)
in ep_req_rx()
1519
finish_req
= 1;
in ep_req_rx()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
fsl_qe_udc.c
1477
u8
finish_req
= 0;
in ep_req_rx()
local
1491
if (
finish_req
)
in ep_req_rx()
1525
finish_req
= 1;
in ep_req_rx()
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
cipher.c
1602
*
finish_req
() - Used to invoke the complete callback from the requester when
1609
static void
finish_req
(struct iproc_reqctx_s *rctx, int err)
in finish_req()
function
1701
finish_req
(rctx, err);
in spu_rx_callback()
2738
* do fallback, we won't call
finish_req
() to dealloc.
in aead_enqueue()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
cipher.c
1599
*
finish_req
() - Used to invoke the complete callback from the requester when
1606
static void
finish_req
(struct iproc_reqctx_s *rctx, int err)
in finish_req()
function
1698
finish_req
(rctx, err);
in spu_rx_callback()
2699
* do fallback, we won't call
finish_req
() to dealloc.
in aead_enqueue()
Completed in 17 milliseconds