Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:refcount

81 	struct kref refcount;
143 kref_get(&tfile->refcount);
150 container_of(kref, struct ttm_object_file, refcount);
161 kref_put(&tfile->refcount, ttm_object_file_destroy);
181 kref_init(&base->refcount);
208 container_of(kref, struct ttm_base_object, refcount);
232 kref_put(&base->refcount, ttm_release_base);
244 * of the object requires a refcount to be taken using kref_get_unless_zero().
283 if (!kref_get_unless_zero(&base->refcount))
299 if (base && !kref_get_unless_zero(&base->refcount))
409 kref_get(&base->refcount);
511 kref_init(&tfile->refcount);
581 * Obtain a file reference from a lookup structure that doesn't refcount
607 * ttm_prime_refcount_release - refcount release method for a prime object.