Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkref.h71 static inline int kref_put_mutex(struct kref *kref, in kref_put_mutex() function
/Linux-v5.15/drivers/net/phy/
Dsfp-bus.c488 kref_put_mutex(&bus->kref, sfp_bus_release, &sfp_mutex); in sfp_bus_put()
/Linux-v5.15/fs/lockd/
Dsvclock.c305 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block()
/Linux-v5.15/drivers/opp/
Dcore.c1416 kref_put_mutex(&opp_table->kref, _opp_table_kref_release, in dev_pm_opp_put_opp_table()
1451 kref_put_mutex(&opp->kref, _opp_kref_release, &opp->opp_table->lock); in dev_pm_opp_put()
/Linux-v5.15/net/qrtr/
Dqrtr.c211 kref_put_mutex(&node->ref, __qrtr_node_release, &qrtr_node_lock); in qrtr_node_release()
/Linux-v5.15/drivers/vfio/
Dvfio.c488 kref_put_mutex(&group->kref, vfio_group_release, &vfio.group_lock); in vfio_group_put()