Searched refs:atomic_dec (Results 1 - 5 of 5) sorted by relevance
| /third_party/libdrm/ |
| H A D | xf86atomic.h | 51 # define atomic_dec(x, v) ((void) __sync_sub_and_fetch(&(x)->atomic, (v))) macro 71 # define atomic_dec(x, v) ((void) AO_fetch_and_add_full(&(x)->atomic, -(v))) macro 96 # define atomic_dec(x, v) (atomic_add_int(&(x)->atomic, -(v))) macro
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/ |
| H A D | atomic.h | 48 #define atomic_dec(v) LOS_AtomicDec(v) macro
|
| /third_party/libdrm/radeon/ |
| H A D | radeon_cs_gem.c | 450 atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_emit() 482 atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_erase()
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | bo_tests.c | 313 atomic_dec(&find_bo_handle->refcount, 1); in amdgpu_bo_find_by_cpu_mapping()
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_meter.c | 40 #define atomic_dec(ptr) __atomic_sub_fetch(ptr, 1, __ATOMIC_SEQ_CST) macro 145 atomic_dec(&meter->reset); in snd_pcm_meter_update_scope() 238 atomic_dec(&meter->reset); in snd_pcm_meter_thread()
|
Completed in 4 milliseconds