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:bh_wq
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H
A
D
bh.c
78
init_waitqueue_head(&priv->
bh_wq
);
in cw1200_register_bh()
89
wake_up(&priv->
bh_wq
);
in cw1200_unregister_bh()
111
wake_up(&priv->
bh_wq
);
in cw1200_irq_handler()
124
wake_up(&priv->
bh_wq
);
in cw1200_bh_wakeup()
136
wake_up(&priv->
bh_wq
);
in cw1200_bh_suspend()
151
wake_up(&priv->
bh_wq
);
in cw1200_bh_resume()
456
status = wait_event_interruptible_timeout(priv->
bh_wq
, ({
in cw1200_bh()
529
status = wait_event_interruptible(priv->
bh_wq
,
in cw1200_bh()
H
A
D
cw1200.h
194
wait_queue_head_t
bh_wq
;
member
H
A
D
wsm.c
1143
wake_up(&priv->
bh_wq
);
in wsm_cmd_send()
1214
wake_up(&priv->
bh_wq
);
in wsm_flush_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H
A
D
bh.c
75
init_waitqueue_head(&priv->
bh_wq
);
in cw1200_register_bh()
86
wake_up(&priv->
bh_wq
);
in cw1200_unregister_bh()
106
wake_up(&priv->
bh_wq
);
in cw1200_irq_handler()
119
wake_up(&priv->
bh_wq
);
in cw1200_bh_wakeup()
131
wake_up(&priv->
bh_wq
);
in cw1200_bh_suspend()
146
wake_up(&priv->
bh_wq
);
in cw1200_bh_resume()
445
status = wait_event_interruptible_timeout(priv->
bh_wq
, ({
in cw1200_bh()
518
status = wait_event_interruptible(priv->
bh_wq
,
in cw1200_bh()
H
A
D
cw1200.h
194
wait_queue_head_t
bh_wq
;
member
H
A
D
wsm.c
1143
wake_up(&priv->
bh_wq
);
in wsm_cmd_send()
1214
wake_up(&priv->
bh_wq
);
in wsm_flush_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H
A
D
bh.c
270
queue_work(wdev->
bh_wq
, &wdev->hif.bh);
in wfx_bh_request_rx()
283
queue_work(wdev->
bh_wq
, &wdev->hif.bh);
in wfx_bh_request_tx()
298
flush_workqueue(wdev->
bh_wq
);
in wfx_bh_poll_irq()
H
A
D
main.c
348
wdev->
bh_wq
= alloc_workqueue("wfx_bh_wq", WQ_HIGHPRI, 0);
in wfx_probe()
349
if (!wdev->
bh_wq
)
in wfx_probe()
461
destroy_workqueue(wdev->
bh_wq
);
in wfx_probe()
471
destroy_workqueue(wdev->
bh_wq
);
in wfx_release()
H
A
D
wfx.h
60
struct workqueue_struct *
bh_wq
;
member
H
A
D
hif_tx.c
76
flush_workqueue(wdev->
bh_wq
);
in wfx_cmd_send()
Completed in 10 milliseconds