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:tx_credits_wq
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
core.c
790
wake_up(&ab->wmi_ab.
tx_credits_wq
);
in ath11k_core_restart()
927
init_waitqueue_head(&ab->wmi_ab.
tx_credits_wq
);
in ath11k_core_alloc()
H
A
D
wmi.h
4992
wait_queue_head_t
tx_credits_wq
;
member
H
A
D
wmi.c
267
wait_event_timeout(wmi_sc->
tx_credits_wq
, ({
in ath11k_wmi_cmd_send()
5321
wake_up(&ab->wmi_ab.
tx_credits_wq
);
in ath11k_wmi_op_ep_tx_credits()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.c
712
wake_up(&ab->wmi_ab.
tx_credits_wq
);
in ath12k_core_pre_reconfigure_recovery()
922
init_waitqueue_head(&ab->wmi_ab.
tx_credits_wq
);
in ath12k_core_alloc()
H
A
D
wmi.h
4783
wait_queue_head_t
tx_credits_wq
;
member
H
A
D
wmi.c
414
wait_event_timeout(wmi_sc->
tx_credits_wq
, ({
in ath12k_wmi_cmd_send()
5393
wake_up(&ab->wmi_ab.
tx_credits_wq
);
in ath12k_wmi_op_ep_tx_credits()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
192
wait_queue_head_t
tx_credits_wq
;
member
H
A
D
core.c
2316
wake_up(&ar->wmi.
tx_credits_wq
);
in ath10k_core_restart()
3339
init_waitqueue_head(&ar->wmi.
tx_credits_wq
);
in ath10k_core_create()
H
A
D
wmi.c
1907
wake_up(&ar->wmi.
tx_credits_wq
);
in ath10k_wmi_op_ep_tx_credits()
1922
wait_event_timeout(ar->wmi.
tx_credits_wq
, ({
in ath10k_wmi_cmd_send()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
194
wait_queue_head_t
tx_credits_wq
;
member
H
A
D
core.c
2528
wake_up(&ar->wmi.
tx_credits_wq
);
in ath10k_core_restart()
3643
init_waitqueue_head(&ar->wmi.
tx_credits_wq
);
in ath10k_core_create()
H
A
D
wmi.c
1907
wake_up(&ar->wmi.
tx_credits_wq
);
in ath10k_wmi_op_ep_tx_credits()
1922
wait_event_timeout(ar->wmi.
tx_credits_wq
, ({
in ath10k_wmi_cmd_send()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
core.c
1835
wake_up(&ab->wmi_ab.
tx_credits_wq
);
in ath11k_core_pre_reconfigure_recovery()
2079
init_waitqueue_head(&ab->wmi_ab.
tx_credits_wq
);
in ath11k_core_alloc()
H
A
D
wmi.h
5756
wait_queue_head_t
tx_credits_wq
;
member
H
A
D
wmi.c
302
wait_event_timeout(wmi_sc->
tx_credits_wq
, ({
in ath11k_wmi_cmd_send()
6986
wake_up(&ab->wmi_ab.
tx_credits_wq
);
in ath11k_wmi_op_ep_tx_credits()
Completed in 111 milliseconds