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:event_offsets
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/sound/firewire/motu/
H
A
D
motu-stream.c
156
kfree(motu->cache.
event_offsets
);
in snd_motu_stream_reserve_duplex()
157
motu->cache.
event_offsets
= NULL;
in snd_motu_stream_reserve_duplex()
189
motu->cache.
event_offsets
= kcalloc(motu->cache.size, sizeof(*motu->cache.
event_offsets
),
in snd_motu_stream_reserve_duplex()
191
if (!motu->cache.
event_offsets
) {
in snd_motu_stream_reserve_duplex()
327
kfree(motu->cache.
event_offsets
);
in snd_motu_stream_stop_duplex()
328
motu->cache.
event_offsets
= NULL;
in snd_motu_stream_stop_duplex()
H
A
D
amdtp-motu.c
306
unsigned int *
event_offsets
= cache->
event_offsets
;
in cache_event_offsets()
local
321
event_offsets
[cache_tail] = tick - base_tick;
in cache_event_offsets()
376
unsigned int *
event_offsets
= cache->
event_offsets
;
in write_sph()
local
383
unsigned int tick = (base_tick +
event_offsets
[cache_head]) % TICKS_PER_SECOND;
in write_sph()
H
A
D
motu.h
43
unsigned int *
event_offsets
;
member
/kernel/linux/linux-5.10/arch/x86/events/amd/
H
A
D
core.c
271
static unsigned int
event_offsets
[X86_PMC_IDX_MAX] __read_mostly;
289
offset =
event_offsets
[index];
in amd_pmu_addr_offset()
302
event_offsets
[index] = offset;
in amd_pmu_addr_offset()
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
core.c
276
static unsigned int
event_offsets
[X86_PMC_IDX_MAX] __read_mostly;
294
offset =
event_offsets
[index];
in amd_pmu_addr_offset()
307
event_offsets
[index] = offset;
in amd_pmu_addr_offset()
Completed in 6 milliseconds