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:rseq_likely
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H
A
D
basic_percpu_ops_test.c
57
if (
rseq_likely
(!ret))
in rseq_this_cpu_lock()
151
if (
rseq_likely
(!ret))
in this_cpu_list_push()
180
if (
rseq_likely
(!ret)) {
in this_cpu_list_pop()
H
A
D
param_test.c
338
if (
rseq_likely
(!ret))
in rseq_this_cpu_lock()
530
if (
rseq_likely
(!ret))
in this_cpu_list_push()
562
if (
rseq_likely
(!ret)) {
in this_cpu_list_pop()
715
if (
rseq_likely
(!ret)) {
in this_cpu_buffer_push()
750
if (
rseq_likely
(!ret))
in this_cpu_buffer_pop()
924
if (
rseq_likely
(!ret)) {
in this_cpu_memcpy_buffer_push()
962
if (
rseq_likely
(!ret)) {
in this_cpu_memcpy_buffer_pop()
H
A
D
rseq.h
63
#define
rseq_likely
(x) __builtin_expect(!!(x), 1)
macro
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H
A
D
basic_percpu_ops_test.c
83
if (
rseq_likely
(!ret))
in rseq_this_cpu_lock()
178
if (
rseq_likely
(!ret))
in this_cpu_list_push()
208
if (
rseq_likely
(!ret)) {
in this_cpu_list_pop()
H
A
D
param_test.c
421
if (
rseq_likely
(!ret))
in rseq_this_cpu_lock()
615
if (
rseq_likely
(!ret))
in this_cpu_list_push()
648
if (
rseq_likely
(!ret)) {
in this_cpu_list_pop()
796
if (
rseq_likely
(!ret)) {
in this_cpu_buffer_push()
832
if (
rseq_likely
(!ret))
in this_cpu_buffer_pop()
1002
if (
rseq_likely
(!ret)) {
in this_cpu_memcpy_buffer_push()
1040
if (
rseq_likely
(!ret)) {
in this_cpu_memcpy_buffer_pop()
H
A
D
rseq.h
96
#define
rseq_likely
(x) __builtin_expect(!!(x), 1)
macro
Completed in 6 milliseconds