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

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 174 static void ttm_bo_release_list(struct kref *list_kref)
177 container_of(list_kref, struct ttm_buffer_object, list_kref);
180 BUG_ON(kref_read(&bo->list_kref));
210 kref_get(&bo->list_kref);
216 kref_get(&bo->list_kref);
220 static void ttm_bo_ref_bug(struct kref *list_kref)
232 kref_put(&bo->list_kref, ttm_bo_ref_bug);
237 kref_put(&bo->list_kref, ttm_bo_ref_bug);
531 kref_get(&bo->list_kref);
    [all...]
ttm_bo_util.c 590 kref_init(&fbo->base.list_kref);
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_api.h 154 * @list_kref: List reference count of this buffer object. This member is
206 struct kref list_kref; member in struct:ttm_buffer_object
479 * list_kref are usually set to 1, but note that in some situations, other
531 * list_kref are usually set to 1, but note that in some situations, other

Completed in 47 milliseconds