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:report_available
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/mm/kfence/
H
A
D
kfence_test.c
76
static bool
report_available
(void)
in report_available()
function
105
if (!
report_available
())
in report_matches()
168
if (!
report_available
())
in report_matches()
472
KUNIT_EXPECT_FALSE(test,
report_available
());
in test_kmalloc_aligned_oob_read()
479
KUNIT_EXPECT_FALSE(test,
report_available
());
in test_kmalloc_aligned_oob_read()
505
KUNIT_EXPECT_FALSE(test,
report_available
());
in test_kmalloc_aligned_oob_write()
522
KUNIT_EXPECT_FALSE(test,
report_available
());
in test_shrink_memcache()
548
KUNIT_ASSERT_FALSE(test,
report_available
());
in test_free_bulk()
601
KUNIT_EXPECT_FALSE(test,
report_available
());
in test_memcache_ctor()
639
KUNIT_EXPECT_FALSE(test,
report_available
());
in test_gfpzero()
[all...]
/kernel/linux/linux-5.10/kernel/kcsan/
H
A
D
kcsan-test.c
129
static bool
report_available
(void)
in report_available()
function
158
if (!
report_available
())
in report_matches()
236
if (!
report_available
())
in report_matches()
623
match_never =
report_available
();
in test_read_atomic_write_atomic()
709
match_never =
report_available
();
in test_data_race()
812
match_never =
report_available
();
in test_assert_exclusive_bits_nochange()
887
match_never =
report_available
();
in test_jiffies_noreport()
900
match_never =
report_available
();
in test_seqlock_noreport()
953
match_never =
report_available
();
in test_atomic_builtins()
/kernel/linux/linux-6.6/kernel/kcsan/
H
A
D
kcsan_test.c
139
static bool
report_available
(void)
in report_available()
function
168
if (!
report_available
())
in __report_matches()
248
if (!
report_available
())
in __report_matches()
926
match_never =
report_available
();
in test_read_atomic_write_atomic()
1010
match_never =
report_available
();
in test_data_race()
1113
match_never =
report_available
();
in test_assert_exclusive_bits_nochange()
1188
match_never =
report_available
();
in test_jiffies_noreport()
1201
match_never =
report_available
();
in test_seqlock_noreport()
1254
match_never =
report_available
();
in test_atomic_builtins()
1273
?
report_available
()
in test_1bit_value_change()
[all...]
/kernel/linux/linux-6.6/mm/kmsan/
H
A
D
kmsan_test.c
65
static bool
report_available
(void)
in report_available()
function
90
if (!
report_available
() || !r->symbol)
in report_matches()
91
return (!
report_available
() && !r->symbol);
in report_matches()
108
if (!
report_available
())
in report_matches()
Completed in 6 milliseconds