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_READ_ONCE
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H
A
D
rseq-x86.h
45
rseq_unqual_scalar_typeof(*(p)) ____p1 =
RSEQ_READ_ONCE
(*(p)); \
129
__typeof(*p) ____p1 =
RSEQ_READ_ONCE
(*p); \
H
A
D
param_test.c
609
expect = (intptr_t)
RSEQ_READ_ONCE
(list->c[cpu].head);
in this_cpu_list_push()
786
offset =
RSEQ_READ_ONCE
(buffer->c[cpu].offset);
in this_cpu_buffer_push()
820
offset =
RSEQ_READ_ONCE
(buffer->c[cpu].offset);
in this_cpu_buffer_pop()
825
head =
RSEQ_READ_ONCE
(buffer->c[cpu].array[offset - 1]);
in this_cpu_buffer_pop()
988
offset =
RSEQ_READ_ONCE
(buffer->c[cpu].offset);
in this_cpu_memcpy_buffer_push()
1028
offset =
RSEQ_READ_ONCE
(buffer->c[cpu].offset);
in this_cpu_memcpy_buffer_pop()
H
A
D
rseq-mips.h
48
rseq_unqual_scalar_typeof(*(p)) ____p1 =
RSEQ_READ_ONCE
(*(p)); \
H
A
D
rseq.c
124
if (
RSEQ_READ_ONCE
(rseq_reg_success)) {
in rseq_register_current_thread()
H
A
D
rseq-s390.h
18
rseq_unqual_scalar_typeof(*(p)) ____p1 =
RSEQ_READ_ONCE
(*(p)); \
H
A
D
rseq-arm.h
69
rseq_unqual_scalar_typeof(*(p)) ____p1 =
RSEQ_READ_ONCE
(*(p)); \
H
A
D
rseq-ppc.h
26
rseq_unqual_scalar_typeof(*(p)) ____p1 =
RSEQ_READ_ONCE
(*(p)); \
H
A
D
rseq-riscv.h
39
rseq_unqual_scalar_typeof(*(p)) ____p1 =
RSEQ_READ_ONCE
(*(p)); \
H
A
D
basic_percpu_ops_test.c
172
expect = (intptr_t)
RSEQ_READ_ONCE
(list->c[cpu].head);
in this_cpu_list_push()
H
A
D
rseq.h
102
#define
RSEQ_READ_ONCE
(x) RSEQ_ACCESS_ONCE(x)
macro
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H
A
D
rseq.h
69
#define
RSEQ_READ_ONCE
(x) RSEQ_ACCESS_ONCE(x)
macro
H
A
D
param_test.c
525
expect = (intptr_t)
RSEQ_READ_ONCE
(list->c[cpu].head);
in this_cpu_list_push()
700
offset =
RSEQ_READ_ONCE
(buffer->c[cpu].offset);
in this_cpu_buffer_push()
739
offset =
RSEQ_READ_ONCE
(buffer->c[cpu].offset);
in this_cpu_buffer_pop()
744
head =
RSEQ_READ_ONCE
(buffer->c[cpu].array[offset - 1]);
in this_cpu_buffer_pop()
906
offset =
RSEQ_READ_ONCE
(buffer->c[cpu].offset);
in this_cpu_memcpy_buffer_push()
950
offset =
RSEQ_READ_ONCE
(buffer->c[cpu].offset);
in this_cpu_memcpy_buffer_pop()
H
A
D
basic_percpu_ops_test.c
146
expect = (intptr_t)
RSEQ_READ_ONCE
(list->c[cpu].head);
in this_cpu_list_push()
H
A
D
rseq-x86.h
40
__typeof(*p) ____p1 =
RSEQ_READ_ONCE
(*p); \
647
__typeof(*p) ____p1 =
RSEQ_READ_ONCE
(*p); \
H
A
D
rseq-mips.h
50
__typeof(*p) ____p1 =
RSEQ_READ_ONCE
(*p); \
H
A
D
rseq-arm.h
69
__typeof(*p) ____p1 =
RSEQ_READ_ONCE
(*p); \
H
A
D
rseq-s390.h
18
__typeof(*p) ____p1 =
RSEQ_READ_ONCE
(*p); \
H
A
D
rseq-ppc.h
26
__typeof(*p) ____p1 =
RSEQ_READ_ONCE
(*p); \
Completed in 14 milliseconds