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:check_skip
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H
A
D
timens.h
30
static inline bool
check_skip
(int clockid)
in check_skip()
function
H
A
D
timer.c
25
if (
check_skip
(clockid))
in run_test()
H
A
D
timerfd.c
31
if (
check_skip
(clockid))
in run_test()
H
A
D
clock_nanosleep.c
57
if (errno == EINVAL &&
check_skip
(clockid))
in run_test()
H
A
D
timens.c
96
if (
check_skip
(clocks[clock_index].id))
in test_gettime()
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H
A
D
timens.h
30
static inline bool
check_skip
(int clockid)
in check_skip()
function
H
A
D
clock_nanosleep.c
57
if (errno == EINVAL &&
check_skip
(clockid))
in run_test()
H
A
D
timer.c
25
if (
check_skip
(clockid))
in run_test()
H
A
D
timerfd.c
31
if (
check_skip
(clockid))
in run_test()
H
A
D
timens.c
94
if (
check_skip
(clocks[clock_index].id))
in test_gettime()
/kernel/linux/linux-5.10/lib/xz/
H
A
D
xz_dec_stream.c
370
static bool
check_skip
(struct xz_dec *s, struct xz_buf *b)
in check_skip()
function
663
else if (!
check_skip
(s, b)) {
in dec_main()
/kernel/linux/linux-6.6/lib/xz/
H
A
D
xz_dec_stream.c
370
static bool
check_skip
(struct xz_dec *s, struct xz_buf *b)
in check_skip()
function
663
else if (!
check_skip
(s, b)) {
in dec_main()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ctree.c
1572
bool
check_skip
= true;
in unlock_up()
local
1580
if (
check_skip
) {
in unlock_up()
1598
check_skip
= false;
in unlock_up()
Completed in 10 milliseconds