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:workqueue_aux
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.c
890
destroy_workqueue(ab->
workqueue_aux
);
in ath12k_core_free()
910
ab->
workqueue_aux
= create_singlethread_workqueue("ath12k_aux_wq");
in ath12k_core_alloc()
911
if (!ab->
workqueue_aux
)
in ath12k_core_alloc()
H
A
D
mhi.c
327
queue_work(ab->
workqueue_aux
, &ab->reset_work);
in ath12k_mhi_op_status_cb()
H
A
D
core.h
746
struct workqueue_struct *
workqueue_aux
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
mhi.c
337
queue_work(ab->
workqueue_aux
, &ab->reset_work);
in ath11k_mhi_op_status_cb()
H
A
D
core.c
2043
destroy_workqueue(ab->
workqueue_aux
);
in ath11k_core_free()
2065
ab->
workqueue_aux
= create_singlethread_workqueue("ath11k_aux_wq");
in ath11k_core_alloc()
2066
if (!ab->
workqueue_aux
)
in ath11k_core_alloc()
H
A
D
core.h
940
struct workqueue_struct *
workqueue_aux
;
member
H
A
D
debugfs.c
533
queue_work(ab->
workqueue_aux
, &ab->reset_work);
in ath11k_write_simulate_fw_crash()
H
A
D
mac.c
6164
queue_work(ar->ab->
workqueue_aux
, &ar->wmi_mgmt_tx_work);
in ath11k_mac_mgmt_tx()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
core.c
3323
ar->
workqueue_aux
= create_singlethread_workqueue("ath10k_aux_wq");
in ath10k_core_create()
3324
if (!ar->
workqueue_aux
)
in ath10k_core_create()
3372
destroy_workqueue(ar->
workqueue_aux
);
in ath10k_core_create()
3387
flush_workqueue(ar->
workqueue_aux
);
in ath10k_core_destroy()
3388
destroy_workqueue(ar->
workqueue_aux
);
in ath10k_core_destroy()
H
A
D
core.h
1146
struct workqueue_struct *
workqueue_aux
;
member
H
A
D
sdio.c
476
queue_work(ar->
workqueue_aux
,
in ath10k_sdio_mbox_rx_process_packets()
H
A
D
wmi.c
5677
queue_work(ar->
workqueue_aux
, &ar->svc_rdy_work);
in ath10k_wmi_event_service_ready()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
core.c
3624
ar->
workqueue_aux
= create_singlethread_workqueue("ath10k_aux_wq");
in ath10k_core_create()
3625
if (!ar->
workqueue_aux
)
in ath10k_core_create()
3676
destroy_workqueue(ar->
workqueue_aux
);
in ath10k_core_create()
3690
destroy_workqueue(ar->
workqueue_aux
);
in ath10k_core_destroy()
H
A
D
core.h
1162
struct workqueue_struct *
workqueue_aux
;
member
H
A
D
sdio.c
476
queue_work(ar->
workqueue_aux
,
in ath10k_sdio_mbox_rx_process_packets()
H
A
D
wmi.c
5677
queue_work(ar->
workqueue_aux
, &ar->svc_rdy_work);
in ath10k_wmi_event_service_ready()
Completed in 57 milliseconds