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:output_sleep
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/
H
A
D
seq_memory.c
198
if (waitqueue_active(&pool->
output_sleep
)) {
in snd_seq_cell_free()
201
wake_up(&pool->
output_sleep
);
in snd_seq_cell_free()
235
add_wait_queue(&pool->
output_sleep
, &wait);
in snd_seq_cell_alloc()
243
remove_wait_queue(&pool->
output_sleep
, &wait);
in snd_seq_cell_alloc()
366
poll_wait(file, &pool->
output_sleep
, wait);
in snd_seq_pool_poll_wait()
432
if (waitqueue_active(&pool->
output_sleep
))
in snd_seq_pool_done()
433
wake_up(&pool->
output_sleep
);
in snd_seq_pool_done()
471
init_waitqueue_head(&pool->
output_sleep
);
in snd_seq_pool_new()
H
A
D
seq_memory.h
45
wait_queue_head_t
output_sleep
;
member
/kernel/linux/linux-6.6/sound/core/seq/
H
A
D
seq_memory.c
257
if (waitqueue_active(&pool->
output_sleep
)) {
in snd_seq_cell_free()
260
wake_up(&pool->
output_sleep
);
in snd_seq_cell_free()
294
add_wait_queue(&pool->
output_sleep
, &wait);
in snd_seq_cell_alloc()
302
remove_wait_queue(&pool->
output_sleep
, &wait);
in snd_seq_cell_alloc()
431
poll_wait(file, &pool->
output_sleep
, wait);
in snd_seq_pool_poll_wait()
497
if (waitqueue_active(&pool->
output_sleep
))
in snd_seq_pool_done()
498
wake_up(&pool->
output_sleep
);
in snd_seq_pool_done()
536
init_waitqueue_head(&pool->
output_sleep
);
in snd_seq_pool_new()
H
A
D
seq_memory.h
62
wait_queue_head_t
output_sleep
;
member
Completed in 2 milliseconds