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:waiting_for_resp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
trans.c
34
ctl_node->
waiting_for_resp
= true;
in qtnf_trans_send_cmd_with_resp()
48
resp_not_handled = ctl_node->
waiting_for_resp
;
in qtnf_trans_send_cmd_with_resp()
51
ctl_node->
waiting_for_resp
= false;
in qtnf_trans_send_cmd_with_resp()
89
if (unlikely(!ctl_node->
waiting_for_resp
)) {
in qtnf_trans_signal_cmdresp()
100
ctl_node->
waiting_for_resp
= false;
in qtnf_trans_signal_cmdresp()
138
trans->curr_cmd.
waiting_for_resp
= false;
in qtnf_trans_init()
H
A
D
trans.h
25
bool
waiting_for_resp
;
member
26
spinlock_t resp_lock; /* lock for resp_skb &
waiting_for_resp
changes */
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
trans.c
34
ctl_node->
waiting_for_resp
= true;
in qtnf_trans_send_cmd_with_resp()
48
resp_not_handled = ctl_node->
waiting_for_resp
;
in qtnf_trans_send_cmd_with_resp()
51
ctl_node->
waiting_for_resp
= false;
in qtnf_trans_send_cmd_with_resp()
89
if (unlikely(!ctl_node->
waiting_for_resp
)) {
in qtnf_trans_signal_cmdresp()
100
ctl_node->
waiting_for_resp
= false;
in qtnf_trans_signal_cmdresp()
138
trans->curr_cmd.
waiting_for_resp
= false;
in qtnf_trans_init()
H
A
D
trans.h
25
bool
waiting_for_resp
;
member
26
spinlock_t resp_lock; /* lock for resp_skb &
waiting_for_resp
changes */
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_ca0132.c
2147
bool
waiting_for_resp
= false;
in dspio_send_scp_message()
local
2179
waiting_for_resp
= true;
in dspio_send_scp_message()
2189
if (
waiting_for_resp
) {
in dspio_send_scp_message()
2195
waiting_for_resp
= false;
in dspio_send_scp_message()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_ca0132.c
2278
bool
waiting_for_resp
= false;
in dspio_send_scp_message()
local
2310
waiting_for_resp
= true;
in dspio_send_scp_message()
2320
if (
waiting_for_resp
) {
in dspio_send_scp_message()
2326
waiting_for_resp
= false;
in dspio_send_scp_message()
Completed in 29 milliseconds