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:wqcb
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw.c
528
struct hw_wq_callback *
wqcb
;
in efct_hw_setup_io()
local
539
wqcb
= efct_hw_reqtag_alloc(hw, efct_hw_wq_process_io, io);
in efct_hw_setup_io()
540
if (!
wqcb
) {
in efct_hw_setup_io()
544
io->reqtag =
wqcb
->instance_index;
in efct_hw_setup_io()
1853
struct hw_wq_callback *
wqcb
;
in efct_hw_wq_process_abort()
local
1897
wqcb
= efct_hw_reqtag_get_instance(hw, io->abort_reqtag);
in efct_hw_wq_process_abort()
1898
efct_hw_reqtag_free(hw,
wqcb
);
in efct_hw_wq_process_abort()
1933
struct hw_wq_callback *
wqcb
;
in efct_hw_io_abort()
local
1997
wqcb
= efct_hw_reqtag_alloc(hw, efct_hw_wq_process_abort, io_to_abort);
in efct_hw_io_abort()
1998
if (!
wqcb
) {
in efct_hw_io_abort()
2044
struct hw_wq_callback *
wqcb
= NULL;
efct_hw_reqtag_pool_free()
local
2064
struct hw_wq_callback *
wqcb
;
efct_hw_reqtag_pool_alloc()
local
2094
struct hw_wq_callback *
wqcb
= NULL;
efct_hw_reqtag_alloc()
local
2121
efct_hw_reqtag_free(struct efct_hw *hw, struct hw_wq_callback *
wqcb
)
efct_hw_reqtag_free()
argument
2140
struct hw_wq_callback *
wqcb
;
efct_hw_reqtag_get_instance()
local
2415
struct hw_wq_callback *
wqcb
;
efct_hw_wq_process()
local
[all...]
H
A
D
efct_hw.h
567
struct hw_wq_callback *
wqcb
;
member
651
efct_hw_reqtag_free(struct efct_hw *hw, struct hw_wq_callback *
wqcb
);
H
A
D
efct_unsol.c
214
efct_hw_reqtag_free(hw, ctx->
wqcb
);
in efct_sframe_common_send_cb()
Completed in 6 milliseconds