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:trace_sleep
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
trace.c
58
add_wait_queue(&sdev->
trace_sleep
, &wait);
in sof_wait_trace_avail()
64
remove_wait_queue(&sdev->
trace_sleep
, &wait);
in sof_wait_trace_avail()
267
init_waitqueue_head(&sdev->
trace_sleep
);
in snd_sof_init_trace()
291
wake_up(&sdev->
trace_sleep
);
in snd_sof_trace_update_pos()
311
wake_up(&sdev->
trace_sleep
);
in snd_sof_trace_notify_for_error()
335
wake_up(&sdev->
trace_sleep
);
in snd_sof_release_trace()
H
A
D
sof-priv.h
436
wait_queue_head_t
trace_sleep
;
member
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-mtrace.c
116
wait_queue_head_t
trace_sleep
;
member
173
add_wait_queue(&core_data->
trace_sleep
, &wait);
in sof_wait_mtrace_avail()
179
remove_wait_queue(&core_data->
trace_sleep
, &wait);
in sof_wait_mtrace_avail()
496
wake_up(&core_data->
trace_sleep
);
in ipc4_mtrace_disable()
581
init_waitqueue_head(&core_data->
trace_sleep
);
in ipc4_mtrace_init()
650
wake_up(&core_data->
trace_sleep
);
in sof_ipc4_mtrace_update_pos()
H
A
D
ipc3-dtrace.c
29
wait_queue_head_t
trace_sleep
;
member
305
add_wait_queue(&priv->
trace_sleep
, &wait);
in sof_wait_dtrace_avail()
311
remove_wait_queue(&priv->
trace_sleep
, &wait);
in sof_wait_dtrace_avail()
546
init_waitqueue_head(&priv->
trace_sleep
);
in ipc3_dtrace_init()
571
wake_up(&priv->
trace_sleep
);
in ipc3_dtrace_posn_update()
588
wake_up(&priv->
trace_sleep
);
in ipc3_dtrace_fw_crashed()
632
wake_up(&priv->
trace_sleep
);
in ipc3_dtrace_release()
Completed in 6 milliseconds