Searched refs:atomic_t (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu_internal.h78 atomic_t refcount;
99 atomic_t refcount;
134 atomic_t refcount;
164 static inline bool update_references(atomic_t *dst, atomic_t *src)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Datomic.h37 } atomic_t; typedef in typeref:struct:__anon25507edc0108
56 } atomic_t; typedef in typeref:struct:__anon25507edc0208
73 typedef struct { uint_t atomic; } atomic_t; typedef in typeref:struct:__anon25507edc0308
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Datomic.h37 } atomic_t; typedef in typeref:struct:__anonb8cc8f900108
56 } atomic_t; typedef in typeref:struct:__anonb8cc8f900208
73 typedef struct { uint_t atomic; } atomic_t; typedef in typeref:struct:__anonb8cc8f900308
/xsrc/external/mit/libdrm/dist/
H A Dxf86atomic.h43 } atomic_t; typedef in typeref:struct:__anond3db41410108
64 } atomic_t; typedef in typeref:struct:__anond3db41410208
88 typedef struct { volatile LIBDRM_ATOMIC_TYPE atomic; } atomic_t; typedef in typeref:struct:__anond3db41410308
105 static inline int atomic_add_unless(atomic_t *v, int add, int unless)
/xsrc/external/mit/libdrm/dist/tegra/
H A Dprivate.h62 atomic_t ref;
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_priv.h63 atomic_t refcnt;
99 atomic_t refcnt;
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_ringbuffer.h79 /* This is a bit gross, but we can't use atomic_t in exported
87 atomic_t refcnt;
H A Dfreedreno_priv.h85 atomic_t refcnt;
130 atomic_t refcnt;
163 atomic_t refcnt;
/xsrc/external/mit/libdrm/dist/nouveau/
H A Dprivate.h87 atomic_t refcnt;
/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_cs_gem.c201 if ((atomic_read((atomic_t *)radeon_gem_get_reloc_in_cs(bo)) & cs->id)) {
269 atomic_add((atomic_t *)radeon_gem_get_reloc_in_cs(bo), cs->id);
450 atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id);
482 atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id);
H A Dradeon_bo_gem.c50 atomic_t reloc_in_cs;
/xsrc/external/mit/libdrm/dist/omap/
H A Domap_drm.c53 atomic_t refcnt;
76 atomic_t refcnt;
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_bufmgr_gem.c109 atomic_t refcount;
167 atomic_t refcount;

Completed in 14 milliseconds