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:avoid_touch
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
ttranshuge.c
93
static unsigned int
avoid_touch
= 0;
variable
270
if (read_mem(mem_addr, REQ_MEM_SIZE,
avoid_touch
) < 0) {
in post_injection()
275
if (!
avoid_touch
) {
in post_injection()
328
avoid_touch
= 1;
in get_options_or_die()
343
if ((
avoid_touch
) && (corrupt_page == -1)) {
in get_options_or_die()
416
if (
avoid_touch
) {
in main()
H
A
D
thugetlb.c
121
int
avoid_touch
= 0;
in main()
local
168
avoid_touch
= 1;
in main()
195
if (
avoid_touch
&& corrupt_page == -1)
in main()
224
if (corrupt_page != -1 &&
avoid_touch
)
in main()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
ttranshuge.c
93
static unsigned int
avoid_touch
= 0;
variable
270
if (read_mem(mem_addr, REQ_MEM_SIZE,
avoid_touch
) < 0) {
in post_injection()
275
if (!
avoid_touch
) {
in post_injection()
328
avoid_touch
= 1;
in get_options_or_die()
343
if ((
avoid_touch
) && (corrupt_page == -1)) {
in get_options_or_die()
416
if (
avoid_touch
) {
in main()
H
A
D
thugetlb.c
121
int
avoid_touch
= 0;
in main()
local
168
avoid_touch
= 1;
in main()
195
if (
avoid_touch
&& corrupt_page == -1)
in main()
224
if (corrupt_page != -1 &&
avoid_touch
)
in main()
Completed in 3 milliseconds