Searched refs:atomic_t (Results 1 – 11 of 11) sorted by relevance
/external/libdrm/amdgpu/ |
D | amdgpu_internal.h | 72 atomic_t refcount; 93 atomic_t refcount; 150 static inline bool update_references(atomic_t *dst, atomic_t *src) in update_references()
|
/external/libdrm/ |
D | xf86atomic.h | 47 } atomic_t; typedef 67 } atomic_t; typedef 91 typedef struct { LIBDRM_ATOMIC_TYPE atomic; } atomic_t; typedef 108 static inline int atomic_add_unless(atomic_t *v, int add, int unless) in atomic_add_unless()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2009-01-24-EmptyStruct.ll | 5 %struct.atomic_t = type { i32 } 9 %struct.mutex = type { %struct.atomic_t, %struct.rwlock_t, %struct.list_head }
|
/external/libdrm/freedreno/ |
D | freedreno_priv.h | 73 atomic_t refcnt; 142 atomic_t refcnt;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | post-ra-ec.ll | 7 %struct.task_struct.4.16.124 = type { i8*, %struct.atomic_t.2.14.122, %struct.signal_struct.3.15.12… 8 %struct.atomic_t.2.14.122 = type { i32 }
|
/external/libdrm/tegra/ |
D | private.h | 48 atomic_t ref;
|
/external/libdrm/radeon/ |
D | radeon_cs_gem.c | 204 if ((atomic_read((atomic_t *)radeon_gem_get_reloc_in_cs(bo)) & cs->id)) { in cs_gem_write_reloc() 272 atomic_add((atomic_t *)radeon_gem_get_reloc_in_cs(bo), cs->id); in cs_gem_write_reloc() 453 … atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_emit() 485 … atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_erase()
|
D | radeon_bo_gem.c | 53 atomic_t reloc_in_cs;
|
/external/libdrm/omap/ |
D | omap_drm.c | 58 atomic_t refcnt; 81 atomic_t refcnt;
|
/external/libdrm/nouveau/ |
D | private.h | 84 atomic_t refcnt;
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 112 atomic_t refcount; 168 atomic_t refcount;
|