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:errexit
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H
A
D
ftracetest
55
errexit
() { # message
function
63
errexit
"this must be run by root user"
162
errexit
"Failed to mount /sys/kernel/tracing"
168
errexit
"Failed to mount /sys/kernel/debug"
173
errexit
"debugfs and tracefs are not configured in this kernel"
181
errexit
"ftrace is not configured in this kernel"
201
errexit
"No ftrace directory found"
210
mkdir -p $LOG_DIR ||
errexit
"Failed to make a log directory: $LOG_DIR"
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H
A
D
ftracetest
56
errexit
() { # message
function
64
errexit
"this must be run by root user"
168
errexit
"Failed to mount /sys/kernel/tracing"
174
errexit
"Failed to mount /sys/kernel/debug"
179
errexit
"debugfs and tracefs are not configured in this kernel"
187
errexit
"ftrace is not configured in this kernel"
211
errexit
"No ftrace directory found"
220
mkdir -p $LOG_DIR ||
errexit
"Failed to make a log directory: $LOG_DIR"
/kernel/linux/linux-5.10/tools/testing/selftests/pstore/
H
A
D
common_tests
11
errexit
() { # message
function
65
mkdir -p $LOG_DIR ||
errexit
"Failed to make a log directory: $LOG_DIR"
/kernel/linux/linux-6.6/tools/testing/selftests/pstore/
H
A
D
common_tests
11
errexit
() { # message
function
65
mkdir -p $LOG_DIR ||
errexit
"Failed to make a log directory: $LOG_DIR"
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
refscale.c
488
bool
errexit
= false;
in main_func()
local
502
errexit
= true;
in main_func()
514
if (
errexit
)
in main_func()
549
if (!
errexit
) {
in main_func()
559
if (
errexit
)
in main_func()
566
if (!
errexit
)
in main_func()
H
A
D
rcutorture.c
2407
bool
errexit
= false;
in rcu_torture_read_exit()
local
2438
errexit
= true;
in rcu_torture_read_exit()
2446
} while (!
errexit
&& !READ_ONCE(read_exit_child_stop));
in rcu_torture_read_exit()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
uffd-common.h
49
#define
errexit
(exitcode, fmt, ...) \
macro
55
#define err(fmt, ...)
errexit
(1, fmt, ##__VA_ARGS__)
/kernel/linux/linux-6.6/scripts/
H
A
D
objdump-func
8
set -o
errexit
H
A
D
faddr2line
44
set -o
errexit
/kernel/linux/linux-5.10/scripts/
H
A
D
faddr2line
44
set -o
errexit
/kernel/linux/linux-5.10/samples/pktgen/
H
A
D
functions.sh
8
set -o
errexit
/kernel/linux/linux-6.6/samples/pktgen/
H
A
D
functions.sh
8
set -o
errexit
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
rcutorture.c
3211
bool
errexit
= false;
in rcu_torture_read_exit()
local
3232
errexit
= true;
in rcu_torture_read_exit()
3242
for (; !
errexit
&& !READ_ONCE(read_exit_child_stop) && i < read_exit_delay; i++)
in rcu_torture_read_exit()
3244
} while (!
errexit
&& !READ_ONCE(read_exit_child_stop));
in rcu_torture_read_exit()
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
4316
goto
errexit
;
in hotkey_write()
4326
errexit
:
in hotkey_write()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
4210
goto
errexit
;
in hotkey_write()
4220
errexit
:
in hotkey_write()
Completed in 42 milliseconds