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:hw_wq
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw.h
231
struct
hw_wq
*wq;
405
struct
hw_wq
*
hw_wq
[EFCT_HW_MAX_NUM_WQ];
member
415
struct
hw_wq
**wq_cpu_array;
511
struct
hw_wq
{
struct
693
int efct_hw_wq_write(struct
hw_wq
*wq, struct efct_hw_wqe *wqe);
743
struct
hw_wq
751
void efct_hw_del_wq(struct
hw_wq
*wq);
H
A
D
efct_hw_queues.c
16
struct
hw_wq
*wq = NULL;
in efct_hw_init_queues()
120
hw->wq_cpu_array[cpu] = hw->
hw_wq
[i];
in efct_hw_map_wq_cpu()
274
struct
hw_wq
*
278
struct
hw_wq
*wq = kzalloc(sizeof(*wq), GFP_KERNEL);
in efct_hw_new_wq()
301
hw->
hw_wq
[wq->instance] = wq;
in efct_hw_new_wq()
418
efct_hw_del_wq((struct
hw_wq
*)q);
in efct_hw_del_cq()
444
efct_hw_del_wq(struct
hw_wq
*wq)
in efct_hw_del_wq()
450
wq->cq->eq->hw->
hw_wq
[wq->instance] = NULL;
in efct_hw_del_wq()
H
A
D
efct_hw.c
1109
hw->
hw_wq
[0]->send_frame_io = efct_hw_io_alloc(hw);
in efct_hw_init()
1110
if (!hw->
hw_wq
[0]->send_frame_io)
in efct_hw_init()
1595
io->wq = hw->
hw_wq
[0];
in _efct_hw_io_alloc()
2260
_efct_hw_wq_write(struct
hw_wq
*wq, struct efct_hw_wqe *wqe)
in _efct_hw_wq_write()
2284
hw_wq_submit_pending(struct
hw_wq
*wq, u32 update_free_count)
in hw_wq_submit_pending()
2365
struct
hw_wq
*wq = NULL;
in efct_hw_cq_process()
2370
wq = hw->
hw_wq
[index];
in efct_hw_cq_process()
2511
efct_hw_wq_write(struct
hw_wq
*wq, struct efct_hw_wqe *wqe)
in efct_hw_wq_write()
2978
struct
hw_wq
*wq;
in efct_hw_send_frame()
2992
wq = hw->
hw_wq
[
in efct_hw_send_frame()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/
H
A
D
mtk_jpeg_core.h
207
* @
hw_wq
: jpg wait queue
228
wait_queue_head_t
hw_wq
;
member
H
A
D
mtk_jpeg_enc_hw.c
251
wake_up(&master_jpeg->
hw_wq
);
in mtk_jpegenc_timeout_work()
290
wake_up(&master_jpeg->
hw_wq
);
in mtk_jpegenc_hw_irq_handler()
H
A
D
mtk_jpeg_dec_hw.c
505
wake_up(&master_jpeg->
hw_wq
);
in mtk_jpegdec_timeout_work()
552
wake_up(&master_jpeg->
hw_wq
);
in mtk_jpegdec_hw_irq_handler()
H
A
D
mtk_jpeg_core.c
1328
init_waitqueue_head(&jpeg->
hw_wq
);
in mtk_jpeg_probe()
1601
ret = wait_event_interruptible(jpeg->
hw_wq
,
in mtk_jpegenc_worker()
1696
ret = wait_event_interruptible_timeout(jpeg->
hw_wq
,
in mtk_jpegdec_worker()
Completed in 11 milliseconds