Searched refs:kref_put (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ceph/ |
| A D | buffer.h | 34 kref_put(&b->kref, ceph_buffer_release); in ceph_buffer_put()
|
| A D | string_table.h | 35 kref_put(&str->kref, ceph_release_string); in ceph_put_string()
|
| /include/linux/ |
| A D | kref.h | 62 static inline int kref_put(struct kref *kref, void (*release)(struct kref *kref)) in kref_put() function
|
| A D | dma-fence.h | 273 kref_put(&fence->refcount, dma_fence_release); in dma_fence_put()
|
| A D | firewire.h | 153 kref_put(&card->kref, fw_card_release); in fw_card_put()
|
| A D | mm_inline.h | 392 kref_put(&anon_name->kref, anon_vma_name_free); in anon_vma_name_put()
|
| /include/drm/ |
| A D | drm_syncobj.h | 92 kref_put(&obj->refcount, drm_syncobj_free); in drm_syncobj_put()
|
| A D | drm_atomic.h | 555 kref_put(&commit->ref, __drm_crtc_commit_free); in drm_crtc_commit_put() 588 kref_put(&state->ref, __drm_atomic_state_free); in drm_atomic_state_put()
|
| A D | drm_gem.h | 511 kref_put(&obj->refcount, drm_gem_object_free); in __drm_gem_object_put()
|
| /include/kunit/ |
| A D | resource.h | 138 kref_put(&res->refcount, kunit_release_resource); in kunit_put_resource()
|
| /include/linux/sunrpc/ |
| A D | cache.h | 213 kref_put(&h->ref, cd->cache_put); in cache_put()
|
Completed in 24 milliseconds