Lines Matching refs:ref_count
50 struct kref ref_count; member
58 struct kref ref_count; member
70 struct parport_uss720_private *priv = container_of(kref, struct parport_uss720_private, ref_count); in destroy_priv()
80 struct uss720_async_request *rq = container_of(kref, struct uss720_async_request, ref_count); in destroy_async()
91 kref_put(&priv->ref_count, destroy_priv); in destroy_async()
120 kref_put(&rq->ref_count, destroy_async); in async_complete()
140 kref_init(&rq->ref_count); in submit_async_request()
143 kref_get(&priv->ref_count); in submit_async_request()
147 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
152 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
167 kref_get(&rq->ref_count); in submit_async_request()
171 destroy_async(&rq->ref_count); in submit_async_request()
212 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
221 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
243 kref_put(&rq->ref_count, destroy_async); in set_1284_register()
711 kref_init(&priv->ref_count); in uss720_probe()
753 kref_put(&priv->ref_count, destroy_priv); in uss720_probe()
771 kref_put(&priv->ref_count, destroy_priv); in uss720_disconnect()