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:atomic_inc
(Results
1 - 23
of
23
) sorted by relevance
/third_party/libdrm/
H
A
D
xf86atomic.h
47
# define
atomic_inc
(x) ((void) __sync_fetch_and_add (&(x)->atomic, 1))
macro
68
# define
atomic_inc
(x) ((void) AO_fetch_and_add1_full(&(x)->atomic))
macro
92
# define
atomic_inc
(x) (atomic_inc_uint (&(x)->atomic))
macro
/third_party/ltp/testcases/realtime/stress/pi-tests/
H
A
D
lookup_pi_state.c
81
if (
atomic_inc
(&slave_order_a) == NUM_SLAVES) {
in slave_thread()
91
if (
atomic_inc
(&slave_order_b) <= 6) {
in slave_thread()
101
atomic_inc
(&slave_order_c);
in slave_thread()
/third_party/ltp/testcases/realtime/func/sched_football/
H
A
D
sched_football.c
113
atomic_inc
(&players_ready);
in thread_defense()
124
atomic_inc
(&players_ready);
in thread_offense()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H
A
D
obj_ref.h
70
atomic_inc
(&ref->refcount);
in objref_get()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/
H
A
D
atomic.h
47
#define
atomic_inc
(v) LOS_AtomicInc(v)
macro
/third_party/libdrm/etnaviv/
H
A
D
etnaviv_device.c
77
atomic_inc
(&dev->refcnt);
in etna_device_ref()
H
A
D
etnaviv_bo.c
127
atomic_inc
(&bo->refcnt);
in etna_bo_ref()
/third_party/libdrm/freedreno/
H
A
D
freedreno_pipe.c
76
atomic_inc
(&pipe->refcnt);
in fd_pipe_ref()
H
A
D
freedreno_device.c
106
atomic_inc
(&dev->refcnt);
in fd_device_ref()
H
A
D
freedreno_ringbuffer.c
87
atomic_inc
(&ring->refcnt);
in fd_ringbuffer_ref()
H
A
D
freedreno_bo.c
226
atomic_inc
(&bo->refcnt);
in fd_bo_ref()
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_internal.h
166
atomic_inc
(src);
in update_references()
H
A
D
amdgpu_bo.c
309
atomic_inc
(&bo->refcount);
in amdgpu_bo_import()
422
atomic_inc
(&bo->refcount);
in amdgpu_bo_inc_ref()
559
atomic_inc
(&bo->refcount);
in amdgpu_find_bo_by_cpu_mapping()
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H
A
D
hrtimer-prio.c
115
atomic_inc
(&busy_threads_started);
in busy_thread()
/third_party/ltp/testcases/realtime/include/
H
A
D
librttest.h
125
/*
atomic_inc
: atomically increment the integer passed by reference
127
static inline int
atomic_inc
(atomic_t *v)
in atomic_inc()
function
/third_party/libdrm/omap/
H
A
D
omap_drm.c
116
atomic_inc
(&dev->refcnt);
in omap_device_ref()
257
atomic_inc
(&bo->refcnt);
in omap_bo_ref()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
LtpfsCmds.c
298
atomic_inc
(&inode->i_bdev->bd_count);
in bd_acquire()
/third_party/ltp/testcases/realtime/func/pi-tests/
H
A
D
testpi-7.c
198
if ((i_am_the_one =
atomic_inc
(&m_flag)) == 1) {
in med_prio_thread()
/third_party/libdrm/tegra/
H
A
D
tegra.c
175
atomic_inc
(&bo->ref);
in drm_tegra_bo_ref()
/third_party/ltp/testcases/realtime/lib/
H
A
D
librttest.c
294
id =
atomic_inc
(&_thread_count);
in create_thread()
/third_party/libdrm/nouveau/
H
A
D
nouveau.c
793
atomic_inc
(&nouveau_bo(bo)->refcnt);
in nouveau_bo_ref()
H
A
D
pushbuf.c
213
atomic_inc
(&nouveau_bo(bo)->refcnt);
in pushbuf_kref()
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_gem.c
470
atomic_inc
(&bo_gem->refcount);
in drm_intel_gem_bo_reference()
3367
atomic_inc
(&bufmgr_gem->refcount);
in drm_intel_bufmgr_gem_find()
Completed in 19 milliseconds