HomeSort by relevance Sort by last modified time
    Searched refs:update_references (Results 1 - 4 of 4) sorted by null

  /external/libdrm/amdgpu/
amdgpu_internal.h 158 static inline bool update_references(atomic_t *dst, atomic_t *src) function
amdgpu_device.c 159 if (update_references(&(*dst)->refcount, &src->refcount))
amdgpu_cs.c 547 update_references(NULL, &sem->refcount);
593 if (update_references(&sem->refcount, NULL))
amdgpu_bo.c 403 if (update_references(&bo->refcount, NULL)) {

Completed in 2162 milliseconds