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:kthread_waitq
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/cec/core/
H
A
D
cec-pin.c
133
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_update()
417
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
445
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
458
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
477
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
487
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
580
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
820
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_rx_states()
990
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_timer()
1040
wait_event_interruptible(pin->
kthread_waitq
,
in cec_pin_thread_func()
[all...]
H
A
D
cec-pin-priv.h
179
wait_queue_head_t
kthread_waitq
;
member
H
A
D
cec-adap.c
468
err = wait_event_interruptible_timeout(adap->
kthread_waitq
,
in cec_thread_func()
478
wait_event_interruptible(adap->
kthread_waitq
,
in cec_thread_func()
681
wake_up_interruptible(&adap->
kthread_waitq
);
in cec_transmit_done_ts()
901
wake_up_interruptible(&adap->
kthread_waitq
);
in cec_transmit_msg_fh()
1349
wake_up_interruptible(&adap->
kthread_waitq
);
in cec_adap_unconfigure()
1636
wake_up_interruptible(&adap->
kthread_waitq
);
in cec_adap_enable()
H
A
D
cec-core.c
287
init_waitqueue_head(&adap->
kthread_waitq
);
in cec_allocate_adapter()
/kernel/linux/linux-5.10/drivers/media/cec/core/
H
A
D
cec-pin.c
133
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_update()
417
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
445
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
458
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
477
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
487
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
580
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_tx_states()
820
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_rx_states()
990
wake_up_interruptible(&pin->
kthread_waitq
);
in cec_pin_timer()
1039
wait_event_interruptible(pin->
kthread_waitq
,
in cec_pin_thread_func()
[all...]
H
A
D
cec-pin-priv.h
168
wait_queue_head_t
kthread_waitq
;
member
H
A
D
cec-adap.c
478
err = wait_event_interruptible_timeout(adap->
kthread_waitq
,
in cec_thread_func()
488
wait_event_interruptible(adap->
kthread_waitq
,
in cec_thread_func()
685
wake_up_interruptible(&adap->
kthread_waitq
);
in cec_transmit_done_ts()
905
wake_up_interruptible(&adap->
kthread_waitq
);
in cec_transmit_msg_fh()
1334
wake_up_interruptible(&adap->
kthread_waitq
);
in cec_adap_unconfigure()
1581
wake_up_interruptible(&adap->
kthread_waitq
);
in __cec_s_phys_addr()
H
A
D
cec-core.c
271
init_waitqueue_head(&adap->
kthread_waitq
);
in cec_allocate_adapter()
/kernel/linux/linux-5.10/include/media/
H
A
D
cec.h
162
* @
kthread_waitq
: main CEC processing wait_queue
218
wait_queue_head_t
kthread_waitq
;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
cec.h
180
* @
kthread_waitq
: main CEC processing wait_queue
240
wait_queue_head_t
kthread_waitq
;
member
Completed in 13 milliseconds