HomeSort by: relevance | last modified time | path
    Searched defs:refcount_release (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.h 111 * @refcount_release: A function to be called when there are
132 void (*refcount_release) (struct ttm_base_object **base); member in struct:ttm_base_object
151 * @refcount_release: The underlying object's release method. Needed since
152 * we set @base::refcount_release to our own release method.
161 void (*refcount_release) (struct ttm_base_object **); member in struct:ttm_prime_object
172 * @refcount_release: See the struct ttm_base_object description.
182 void (*refcount_release) (struct ttm_base_object
335 void (*refcount_release)
ttm_object.h 111 * @refcount_release: A function to be called when there are
132 void (*refcount_release) (struct ttm_base_object **base); member in struct:ttm_base_object
151 * @refcount_release: The underlying object's release method. Needed since
152 * we set @base::refcount_release to our own release method.
161 void (*refcount_release) (struct ttm_base_object **); member in struct:ttm_prime_object
172 * @refcount_release: See the struct ttm_base_object description.
182 void (*refcount_release) (struct ttm_base_object
335 void (*refcount_release)

Completed in 112 milliseconds