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:READ_ONCE
(Results
1 - 18
of
18
) sorted by relevance
/third_party/libbpf/include/linux/
H
A
D
compiler.h
9
#define
READ_ONCE
(x) (*(volatile typeof(x) *)&x)
macro
28
typeof(*p) ___p =
READ_ONCE
(*p); \
64
typeof(*p) ___p =
READ_ONCE
(*p); \
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_pipe_control.c
236
const uint64_t seqno =
READ_ONCE
(bo->last_seqnos[i]);
in iris_emit_buffer_barrier_for()
271
const uint64_t seqno =
READ_ONCE
(bo->last_seqnos[i]);
in iris_emit_buffer_barrier_for()
291
const uint64_t seqno =
READ_ONCE
(bo->last_seqnos[i]);
in iris_emit_buffer_barrier_for()
H
A
D
iris_fine_fence.h
102
return !sq || (
READ_ONCE
(*sq->map) >= sq->seqno);
in iris_fine_fence_signaled()
H
A
D
iris_query.c
595
if (!q->ready &&
READ_ONCE
(q->map->snapshots_landed)) {
in iris_check_query_no_flush()
633
while (!
READ_ONCE
(q->map->snapshots_landed)) {
in iris_get_query_result()
640
assert(
READ_ONCE
(q->map->snapshots_landed));
in iris_get_query_result()
687
if (!q->ready &&
READ_ONCE
(q->map->snapshots_landed)) {
in iris_get_query_result_resource()
H
A
D
iris_screen.h
50
#define
READ_ONCE
(x) (*(volatile __typeof__(x) *)&(x))
macro
H
A
D
iris_batch.c
352
unsigned index =
READ_ONCE
(bo->index);
in find_exec_index()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
compiler.h
46
#define
READ_ONCE
(x) ({ \
macro
H
A
D
list.h
328
return !
READ_ONCE
(h->first);
in hlist_empty()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_fine_fence.h
106
return !sq || (
READ_ONCE
(*sq->map) >= sq->seqno);
in crocus_fine_fence_signaled()
H
A
D
crocus_query.c
645
if (!q->ready &&
READ_ONCE
(q->map->snapshots_landed)) {
in crocus_check_query_no_flush()
676
while (!
READ_ONCE
(q->map->snapshots_landed)) {
in crocus_get_query_result()
682
assert(
READ_ONCE
(q->map->snapshots_landed));
in crocus_get_query_result()
739
if (!q->ready &&
READ_ONCE
(q->map->snapshots_landed)) {
in crocus_get_query_result_resource()
H
A
D
crocus_screen.h
50
#define
READ_ONCE
(x) (*(volatile __typeof__(x) *)&(x))
macro
H
A
D
crocus_batch.c
270
unsigned index =
READ_ONCE
(bo->index);
in find_exec_index()
/third_party/mesa3d/src/freedreno/drm/
H
A
D
freedreno_priv.h
89
#define
READ_ONCE
(x) (*(volatile __typeof__(x) *)&(x))
macro
H
A
D
freedreno_ringbuffer_sp.c
68
idx =
READ_ONCE
(bo->idx);
in fd_submit_append_bo()
/third_party/mesa3d/src/freedreno/drm/msm/
H
A
D
msm_ringbuffer.c
136
idx =
READ_ONCE
(bo->idx);
in append_bo()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_batch_chain.c
179
#define
READ_ONCE
(x) (*(volatile __typeof__(x) *)&(x))
macro
210
uint64_t target_bo_offset =
READ_ONCE
(unwrapped_target_bo->offset);
in anv_reloc_list_add()
H
A
D
genX_cmd_buffer.c
520
#define
READ_ONCE
(x) (*(volatile __typeof__(x) *)&(x))
macro
606
const uint64_t old_aux_entry =
READ_ONCE
(*aux_entry_map);
in anv_image_init_aux_tt()
/third_party/libbpf/src/
H
A
D
libbpf.c
5387
if (
READ_ONCE
(feat->res) == FEAT_UNKNOWN) {
5399
return
READ_ONCE
(feat->res) == FEAT_SUPPORTED;
13447
tmp_cpus =
READ_ONCE
(cpus);
Completed in 41 milliseconds