Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dkref.h82 static inline int kref_put_lock(struct kref *kref, in kref_put_lock() function
/kernel/linux/linux-5.10/net/sunrpc/
Dsvcauth.c162 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/
Dintel_frontbuffer.c278 kref_put_lock(&front->ref, in intel_frontbuffer_put()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.c88 kref_put_lock(&msg_wq->head.ref, msg_release, in msg_put()
250 kref_put_lock(&mp->head.ref, mp_release, &mp->head.peer->idr_lock); in mp_put()
614 kref_put_lock(&asw->head.ref, asw_release, &asw->head.peer->idr_lock); in asw_put()
Dconnection.c1241 kref_put_lock(&head->ref, head_release, &head->peer->idr_lock); in head_put()
/kernel/linux/linux-5.10/net/can/j1939/
Dmain.c307 kref_put_lock(&priv->rx_kref, __j1939_rx_release, &j1939_netdev_lock); in j1939_netdev_stop()