Searched refs:refcount_release (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_object.h105 * @refcount_release: A function to be called when there are
128 void (*refcount_release) (struct ttm_base_object **base); member in struct:ttm_base_object
141 * @refcount_release: See the struct ttm_base_object description.
151 void (*refcount_release) (struct ttm_base_object
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_object.c146 void (*refcount_release) (struct ttm_base_object **),
155 base->refcount_release = refcount_release;
189 if (base->refcount_release) {
191 base->refcount_release(&base);

Completed in 95 milliseconds