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:curr_period
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/au1x/
H
A
D
dbdma2.c
47
unsigned long
curr_period
; /* current segment DDMA is working on */
member
111
if (++cd->
curr_period
>= cd->periods) {
in au1x_pcm_dmatx_cb()
113
cd->
curr_period
= 0;
in au1x_pcm_dmatx_cb()
124
if (++cd->
curr_period
>= cd->periods) {
in au1x_pcm_dmarx_cb()
126
cd->
curr_period
= 0;
in au1x_pcm_dmarx_cb()
223
pcd->
curr_period
= 0;
in au1xpsc_pcm_hw_params()
/kernel/linux/linux-6.6/sound/soc/au1x/
H
A
D
dbdma2.c
47
unsigned long
curr_period
; /* current segment DDMA is working on */
member
111
if (++cd->
curr_period
>= cd->periods) {
in au1x_pcm_dmatx_cb()
113
cd->
curr_period
= 0;
in au1x_pcm_dmatx_cb()
124
if (++cd->
curr_period
>= cd->periods) {
in au1x_pcm_dmarx_cb()
126
cd->
curr_period
= 0;
in au1x_pcm_dmarx_cb()
223
pcd->
curr_period
= 0;
in au1xpsc_pcm_hw_params()
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
intel_telemetry_pltdrv.c
398
telm_conf->ioss_config.
curr_period
= ioss_period;
in telemetry_setup_iossevtconfig()
523
telm_conf->pss_config.
curr_period
= pss_period;
in telemetry_setup_pssevtconfig()
718
telm_conf->ioss_config.
curr_period
= ioss_period;
in telemetry_plt_set_sampling_period()
760
telm_conf->pss_config.
curr_period
= pss_period;
in telemetry_plt_set_sampling_period()
819
pss_config->period = telm_conf->pss_config.
curr_period
;
in telemetry_plt_get_eventconfig()
820
ioss_config->period = telm_conf->ioss_config.
curr_period
;
in telemetry_plt_get_eventconfig()
853
pss_evtconfig.period = telm_conf->pss_config.
curr_period
;
in telemetry_plt_add_events()
857
ioss_evtconfig.period = telm_conf->ioss_config.
curr_period
;
in telemetry_plt_add_events()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/telemetry/
H
A
D
pltdrv.c
398
telm_conf->ioss_config.
curr_period
= ioss_period;
in telemetry_setup_iossevtconfig()
523
telm_conf->pss_config.
curr_period
= pss_period;
in telemetry_setup_pssevtconfig()
718
telm_conf->ioss_config.
curr_period
= ioss_period;
in telemetry_plt_set_sampling_period()
760
telm_conf->pss_config.
curr_period
= pss_period;
in telemetry_plt_set_sampling_period()
819
pss_config->period = telm_conf->pss_config.
curr_period
;
in telemetry_plt_get_eventconfig()
820
ioss_config->period = telm_conf->ioss_config.
curr_period
;
in telemetry_plt_get_eventconfig()
853
pss_evtconfig.period = telm_conf->pss_config.
curr_period
;
in telemetry_plt_add_events()
857
ioss_evtconfig.period = telm_conf->ioss_config.
curr_period
;
in telemetry_plt_add_events()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
intel_telemetry.h
46
u8
curr_period
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
intel_telemetry.h
46
u8
curr_period
;
member
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H
A
D
osnoise.c
309
unsigned long long
curr_period
= context->period_us;
in osnoise_restore_runtime_period()
local
315
if ((orig_period ==
curr_period
) && (orig_runtime == curr_runtime))
in osnoise_restore_runtime_period()
Completed in 7 milliseconds