Home
last modified time | relevance | path

Searched refs:atomic_inc (Results 1 - 23 of 23) sorted by relevance

/third_party/libdrm/
H A Dxf86atomic.h47 # 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 Dlookup_pi_state.c81 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 Dsched_football.c113 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 Dobj_ref.h70 atomic_inc(&ref->refcount); in objref_get()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h47 #define atomic_inc(v) LOS_AtomicInc(v) macro
/third_party/libdrm/etnaviv/
H A Detnaviv_device.c77 atomic_inc(&dev->refcnt); in etna_device_ref()
H A Detnaviv_bo.c127 atomic_inc(&bo->refcnt); in etna_bo_ref()
/third_party/libdrm/freedreno/
H A Dfreedreno_pipe.c76 atomic_inc(&pipe->refcnt); in fd_pipe_ref()
H A Dfreedreno_device.c106 atomic_inc(&dev->refcnt); in fd_device_ref()
H A Dfreedreno_ringbuffer.c87 atomic_inc(&ring->refcnt); in fd_ringbuffer_ref()
H A Dfreedreno_bo.c226 atomic_inc(&bo->refcnt); in fd_bo_ref()
/third_party/libdrm/amdgpu/
H A Damdgpu_internal.h166 atomic_inc(src); in update_references()
H A Damdgpu_bo.c309 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 Dhrtimer-prio.c115 atomic_inc(&busy_threads_started); in busy_thread()
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h125 /* 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 Domap_drm.c116 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 DLtpfsCmds.c298 atomic_inc(&inode->i_bdev->bd_count); in bd_acquire()
/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dtestpi-7.c198 if ((i_am_the_one = atomic_inc(&m_flag)) == 1) { in med_prio_thread()
/third_party/libdrm/tegra/
H A Dtegra.c175 atomic_inc(&bo->ref); in drm_tegra_bo_ref()
/third_party/ltp/testcases/realtime/lib/
H A Dlibrttest.c294 id = atomic_inc(&_thread_count); in create_thread()
/third_party/libdrm/nouveau/
H A Dnouveau.c793 atomic_inc(&nouveau_bo(bo)->refcnt); in nouveau_bo_ref()
H A Dpushbuf.c213 atomic_inc(&nouveau_bo(bo)->refcnt); in pushbuf_kref()
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c470 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