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_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76x02_dfs.h
43
u16
avg_len
;
member
H
A
D
mt76x02_dfs.c
13
.
avg_len
= len, \
750
/* detection mode +
avg_len
*/
in mt76x02_dfs_set_bbp_params()
751
data = ((radar_specs[i].
avg_len
& 0x1ff) << 16) |
in mt76x02_dfs_set_bbp_params()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76x02_dfs.h
43
u16
avg_len
;
member
H
A
D
mt76x02_dfs.c
13
.
avg_len
= len, \
751
/* detection mode +
avg_len
*/
in mt76x02_dfs_set_bbp_params()
752
data = ((radar_specs[i].
avg_len
& 0x1ff) << 16) |
in mt76x02_dfs_set_bbp_params()
/kernel/linux/linux-5.10/kernel/events/
H
A
D
core.c
517
u64
avg_len
;
in perf_sample_event_took()
local
534
avg_len
= running_len/NR_ACCUMULATED_SAMPLES;
in perf_sample_event_took()
535
if (
avg_len
<= max_len)
in perf_sample_event_took()
538
__report_avg =
avg_len
;
in perf_sample_event_took()
544
avg_len
+=
avg_len
/ 4;
in perf_sample_event_took()
546
if (
avg_len
< max)
in perf_sample_event_took()
547
max /= (u32)
avg_len
;
in perf_sample_event_took()
551
WRITE_ONCE(perf_sample_allowed_ns,
avg_len
);
in perf_sample_event_took()
/kernel/linux/linux-6.6/kernel/events/
H
A
D
core.c
524
u64
avg_len
;
in perf_sample_event_took()
local
541
avg_len
= running_len/NR_ACCUMULATED_SAMPLES;
in perf_sample_event_took()
542
if (
avg_len
<= max_len)
in perf_sample_event_took()
545
__report_avg =
avg_len
;
in perf_sample_event_took()
551
avg_len
+=
avg_len
/ 4;
in perf_sample_event_took()
553
if (
avg_len
< max)
in perf_sample_event_took()
554
max /= (u32)
avg_len
;
in perf_sample_event_took()
558
WRITE_ONCE(perf_sample_allowed_ns,
avg_len
);
in perf_sample_event_took()
Completed in 35 milliseconds