Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkref.h87 static inline int kref_put_lock(struct kref *kref, in kref_put_lock() function
/Linux-v4.19/net/sunrpc/
Dsvcauth.c140 kref_put_lock(&dom->ref, auth_domain_release, &auth_domain_lock); in auth_domain_put()