HomeSort by: relevance | last modified time | path
    Searched refs:atomic_t (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/amdgpu/
amdgpu_internal.h 83 atomic_t refcount;
104 atomic_t refcount;
139 atomic_t refcount;
169 static inline bool update_references(atomic_t *dst, atomic_t *src)
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
atomic.h 37 } atomic_t; typedef in typeref:struct:__anon7036
56 } atomic_t; typedef in typeref:struct:__anon7037
73 typedef struct { uint_t atomic; } atomic_t; typedef in typeref:struct:__anon7038
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
atomic.h 37 } atomic_t; typedef in typeref:struct:__anon7905
56 } atomic_t; typedef in typeref:struct:__anon7906
73 typedef struct { uint_t atomic; } atomic_t; typedef in typeref:struct:__anon7907
  /xsrc/external/mit/libdrm/dist/
xf86atomic.h 43 } atomic_t; typedef in typeref:struct:__anon6304
64 } atomic_t; typedef in typeref:struct:__anon6305
88 typedef struct { volatile LIBDRM_ATOMIC_TYPE atomic; } atomic_t; typedef in typeref:struct:__anon6306
105 static inline int atomic_add_unless(atomic_t *v, int add, int unless)
  /xsrc/external/mit/libdrm/dist/tegra/
private.h 62 atomic_t ref;
  /xsrc/external/mit/libdrm/dist/etnaviv/
etnaviv_priv.h 63 atomic_t refcnt;
99 atomic_t refcnt;
  /xsrc/external/mit/libdrm/dist/freedreno/
freedreno_ringbuffer.h 79 /* This is a bit gross, but we can't use atomic_t in exported
87 atomic_t refcnt;
freedreno_priv.h 85 atomic_t refcnt;
130 atomic_t refcnt;
163 atomic_t refcnt;
  /xsrc/external/mit/libdrm/dist/nouveau/
private.h 87 atomic_t refcnt;
  /xsrc/external/mit/libdrm/dist/radeon/
radeon_cs_gem.c 201 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);
radeon_bo_gem.c 50 atomic_t reloc_in_cs;
  /xsrc/external/mit/libdrm/dist/omap/
omap_drm.c 48 atomic_t refcnt;
71 atomic_t refcnt;
  /xsrc/external/mit/libdrm/dist/intel/
intel_bufmgr_gem.c 109 atomic_t refcount;
167 atomic_t refcount;

Completed in 8 milliseconds