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:MAX_DIFF
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H
A
D
mba_test.c
15
#define
MAX_DIFF
300
macro
87
avg_diff >
MAX_DIFF
? "not " : "",
in show_mba_info()
89
MAX_DIFF
);
in show_mba_info()
94
if (avg_diff >
MAX_DIFF
)
in show_mba_info()
H
A
D
cqm_test.c
16
#define
MAX_DIFF
2000000
macro
56
(abs(avg_diff) <=
MAX_DIFF
))
in show_cache_info()
62
MAX_DIFF
, (int)MAX_DIFF_PERCENT);
in show_cache_info()
H
A
D
mbm_test.c
14
#define
MAX_DIFF
300
macro
39
labs(avg_diff) >
MAX_DIFF
? "not " : "",
MAX_DIFF
);
in show_bw_info()
H
A
D
cat_test.c
18
#define
MAX_DIFF
1000000
macro
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H
A
D
cat_test.c
18
#define
MAX_DIFF
1000000
macro
80
MAX_DIFF
, MAX_DIFF_PERCENT, runs - 1,
in check_results()
H
A
D
cmt_test.c
16
#define
MAX_DIFF
2000000
macro
62
MAX_DIFF
, MAX_DIFF_PERCENT, runs - 1,
in check_results()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
dfs.c
47
static const int
MAX_DIFF
= 2;
variable
168
if (abs(ddelta) >
MAX_DIFF
) {
in ath9k_check_chirping()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
dfs.c
47
static const int
MAX_DIFF
= 2;
variable
168
if (abs(ddelta) >
MAX_DIFF
) {
in ath9k_check_chirping()
Completed in 6 milliseconds