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:host_offset
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
trace.c
19
loff_t
host_offset
= READ_ONCE(sdev->
host_offset
);
in sof_trace_avail()
local
26
if (
host_offset
< pos)
in sof_trace_avail()
30
if (
host_offset
> pos)
in sof_trace_avail()
31
return
host_offset
- pos;
in sof_trace_avail()
123
sdev->
host_offset
= 0;
in sof_dfsentry_trace_release()
187
sdev->
host_offset
= 0;
in snd_sof_init_trace_ipc()
289
if (sdev->dtrace_is_enabled && sdev->
host_offset
!= posn->
host_offset
) {
in snd_sof_trace_update_pos()
290
sdev->
host_offset
in snd_sof_trace_update_pos()
[all...]
H
A
D
sof-priv.h
437
u32
host_offset
;
member
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc3-dtrace.c
30
u32
host_offset
;
member
248
u32
host_offset
= READ_ONCE(priv->
host_offset
);
in sof_dtrace_set_host_offset()
local
250
if (
host_offset
!= new_offset) {
in sof_dtrace_set_host_offset()
252
u32 ret = cmpxchg(&priv->
host_offset
,
host_offset
, new_offset);
in sof_dtrace_set_host_offset()
254
if (ret ==
host_offset
)
in sof_dtrace_set_host_offset()
265
loff_t
host_offset
= READ_ONCE(priv->
host_offset
);
in sof_dtrace_avail()
local
272
if (
host_offset
< po
in sof_dtrace_avail()
[all...]
/kernel/linux/linux-5.10/include/sound/sof/
H
A
D
trace.h
41
uint32_t
host_offset
; /* Offset of DMA host buffer */
member
/kernel/linux/linux-6.6/include/sound/sof/
H
A
D
trace.h
41
uint32_t
host_offset
; /* Offset of DMA host buffer */
member
Completed in 4 milliseconds