Searched refs:kref_put_lock (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | kref.h | 82 static inline int kref_put_lock(struct kref *kref, in kref_put_lock() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kref.h | 82 static inline int kref_put_lock(struct kref *kref, in kref_put_lock() function
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth.c | 162 kref_put_lock(&dom->ref, auth_domain_release, &auth_domain_lock); in auth_domain_put()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth.c | 190 kref_put_lock(&dom->ref, auth_domain_release, &auth_domain_lock); in auth_domain_put()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_frontbuffer.c | 278 kref_put_lock(&front->ref, in intel_frontbuffer_put()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_frontbuffer.c | 275 kref_put_lock(&front->ref, in intel_frontbuffer_put()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 88 kref_put_lock(&msg_wq->head.ref, msg_release, in msg_put() 251 kref_put_lock(&mp->head.ref, mp_release, &mp->head.peer->idr_lock); in mp_put() 616 kref_put_lock(&asw->head.ref, asw_release, &asw->head.peer->idr_lock); in asw_put()
|
H A D | connection.c | 1236 kref_put_lock(&head->ref, head_release, &head->peer->idr_lock); in head_put()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 88 kref_put_lock(&msg_wq->head.ref, msg_release, in msg_put() 251 kref_put_lock(&mp->head.ref, mp_release, &mp->head.peer->idr_lock); in mp_put() 616 kref_put_lock(&asw->head.ref, asw_release, &asw->head.peer->idr_lock); in asw_put()
|
H A D | connection.c | 1236 kref_put_lock(&head->ref, head_release, &head->peer->idr_lock); in head_put()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 345 rv = kref_put_lock(&r->res_ref, toss_rsb, in put_rsb() 1266 rv = kref_put_lock(&lkb->lkb_ref, kill_lkb, in __put_lkb()
|
Completed in 15 milliseconds