Home
last modified time | relevance | path

Searched refs:kref_put_lock (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dkref.h93 * kref_put_lock - Decrement refcount for object
102 static inline int kref_put_lock(struct kref *kref, in kref_put_lock() function
/linux/net/sunrpc/
H A Dsvcauth.c233 kref_put_lock(&dom->ref, auth_domain_release, &auth_domain_lock); in auth_domain_put()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.c309 kref_put_lock(&front->ref, in intel_frontbuffer_put()
/linux/arch/s390/pci/
H A Dpci.c79 kref_put_lock(&zdev->kref, zpci_release_device, &zpci_list_lock); in zpci_zdev_put()
965 * We already hold zpci_list_lock thanks to kref_put_lock(). in zpci_release_device()