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:avg_time
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/leds/
H
A
D
leds-lm3532.c
270
static int lm3532_get_als_avg_index(int
avg_time
)
in lm3532_get_als_avg_index()
argument
272
if (
avg_time
<= als_avrg_table[0])
in lm3532_get_als_avg_index()
275
if (
avg_time
> als_avrg_table[LM3532_NUM_AVG_VALS - 1])
in lm3532_get_als_avg_index()
279
avg_time
);
in lm3532_get_als_avg_index()
/kernel/linux/linux-6.6/drivers/leds/
H
A
D
leds-lm3532.c
270
static int lm3532_get_als_avg_index(int
avg_time
)
in lm3532_get_als_avg_index()
argument
272
if (
avg_time
<= als_avrg_table[0])
in lm3532_get_als_avg_index()
275
if (
avg_time
> als_avrg_table[LM3532_NUM_AVG_VALS - 1])
in lm3532_get_als_avg_index()
279
avg_time
);
in lm3532_get_als_avg_index()
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H
A
D
gitsource.sh
167
avg_time
=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_GIT-time-$1.log)
168
printf "Gitsource-$1 avg user times(s): $
avg_time
\n" | tee -a $OUTFILE_GIT.result
189
store_csv_gitsource "$driver_name-$1" "Average" $avg_des_perf $avg_freq $avg_load $
avg_time
$avg_en $ppw
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
638
unsigned long
avg_time
, max_bytes, max_time;
in wbc_detach_inode()
local
646
avg_time
= inode->i_wb_frn_avg_time;
in wbc_detach_inode()
670
if (
avg_time
)
in wbc_detach_inode()
671
avg_time
+= (max_time >> WB_FRN_TIME_AVG_SHIFT) -
in wbc_detach_inode()
672
(
avg_time
>> WB_FRN_TIME_AVG_SHIFT);
in wbc_detach_inode()
674
avg_time
= max_time; /* immediate catch up on first run */
in wbc_detach_inode()
676
if (max_time >=
avg_time
/ WB_FRN_TIME_CUT_DIV) {
in wbc_detach_inode()
712
inode->i_wb_frn_avg_time = min(
avg_time
, (unsigned long)U16_MAX);
in wbc_detach_inode()
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
784
unsigned long
avg_time
, max_bytes, max_time;
in wbc_detach_inode()
local
792
avg_time
= inode->i_wb_frn_avg_time;
in wbc_detach_inode()
816
if (
avg_time
)
in wbc_detach_inode()
817
avg_time
+= (max_time >> WB_FRN_TIME_AVG_SHIFT) -
in wbc_detach_inode()
818
(
avg_time
>> WB_FRN_TIME_AVG_SHIFT);
in wbc_detach_inode()
820
avg_time
= max_time; /* immediate catch up on first run */
in wbc_detach_inode()
822
if (max_time >=
avg_time
/ WB_FRN_TIME_CUT_DIV) {
in wbc_detach_inode()
858
inode->i_wb_frn_avg_time = min(
avg_time
, (unsigned long)U16_MAX);
in wbc_detach_inode()
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-tape.c
209
unsigned long
avg_time
;
member
356
if (time_after_eq(jiffies, tape->
avg_time
+ HZ)) {
in ide_tape_callback()
358
(jiffies - tape->
avg_time
) / 1024;
in ide_tape_callback()
360
tape->
avg_time
= jiffies;
in ide_tape_callback()
Completed in 13 milliseconds