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:state_wq
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H
A
D
rtrs-clt.c
198
*
state_wq
lock must be hold.
206
lockdep_assert_held(&sess->
state_wq
.lock);
in __rtrs_clt_change_state()
283
wake_up_locked(&sess->
state_wq
);
in __rtrs_clt_change_state()
295
spin_lock_irq(&sess->
state_wq
.lock);
in rtrs_clt_change_state_from_to()
298
spin_unlock_irq(&sess->
state_wq
.lock);
in rtrs_clt_change_state_from_to()
1371
spin_lock_irq(&sess->
state_wq
.lock);
in rtrs_clt_change_state_get_old()
1374
spin_unlock_irq(&sess->
state_wq
.lock);
in rtrs_clt_change_state_get_old()
1457
init_waitqueue_head(&sess->
state_wq
);
in alloc_sess()
1839
wake_up(&sess->
state_wq
);
in flag_error_on_conn()
1863
* Report success and wake up. Here we abuse
state_wq
,
in rtrs_clt_rdma_cm_handler()
[all...]
H
A
D
rtrs-clt.h
127
wait_queue_head_t
state_wq
;
member
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H
A
D
rtrs-clt.c
201
*
state_wq
lock must be hold.
209
lockdep_assert_held(&clt_path->
state_wq
.lock);
in rtrs_clt_change_state()
286
wake_up_locked(&clt_path->
state_wq
);
in rtrs_clt_change_state()
298
spin_lock_irq(&clt_path->
state_wq
.lock);
in rtrs_clt_change_state_from_to()
301
spin_unlock_irq(&clt_path->
state_wq
.lock);
in rtrs_clt_change_state_from_to()
1480
spin_lock_irq(&clt_path->
state_wq
.lock);
in rtrs_clt_change_state_get_old()
1484
spin_unlock_irq(&clt_path->
state_wq
.lock);
in rtrs_clt_change_state_get_old()
1570
init_waitqueue_head(&clt_path->
state_wq
);
in alloc_path()
1966
wake_up(&clt_path->
state_wq
);
in flag_error_on_conn()
1990
* Report success and wake up. Here we abuse
state_wq
,
in rtrs_clt_rdma_cm_handler()
[all...]
H
A
D
rtrs-clt.h
130
wait_queue_head_t
state_wq
;
member
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H
A
D
op-rfkill.c
121
i2400m->
state_wq
, i2400m_radio_is(i2400m, state),
in i2400m_op_rfkill_sw_toggle()
H
A
D
i2400m.h
383
* @
state_wq
: waitqueue that is woken up whenever the state changes
577
wait_queue_head_t
state_wq
; /* Woken up when on state updates */
member
H
A
D
netdev.c
172
result = wait_event_timeout(i2400m->
state_wq
,
in i2400m_wake_tx_work()
H
A
D
driver.c
780
init_waitqueue_head(&i2400m->
state_wq
);
in i2400m_init()
H
A
D
control.c
322
wake_up_all(&i2400m->
state_wq
);
in i2400m_report_tlv_system_state()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
nvme.h
266
wait_queue_head_t
state_wq
;
member
H
A
D
core.c
432
wake_up_all(&ctrl->
state_wq
);
in nvme_change_ctrl_state()
469
wait_event(ctrl->
state_wq
,
in nvme_wait_reset()
4584
init_waitqueue_head(&ctrl->
state_wq
);
in nvme_init_ctrl()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
nvme.h
287
wait_queue_head_t
state_wq
;
member
H
A
D
core.c
571
wake_up_all(&ctrl->
state_wq
);
in nvme_change_ctrl_state()
617
wait_event(ctrl->
state_wq
,
in nvme_wait_reset()
4481
init_waitqueue_head(&ctrl->
state_wq
);
in nvme_init_ctrl()
Completed in 27 milliseconds