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()
79 struct uss720_async_request *rq = container_of(kref, struct uss720_async_request, ref_count); in destroy_async()
90 kref_put(&priv->ref_count, destroy_priv); in destroy_async()
119 kref_put(&rq->ref_count, destroy_async); in async_complete()
139 kref_init(&rq->ref_count); in submit_async_request()
142 kref_get(&priv->ref_count); in submit_async_request()
146 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
151 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
166 kref_get(&rq->ref_count); in submit_async_request()
170 destroy_async(&rq->ref_count); in submit_async_request()
211 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
220 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
242 kref_put(&rq->ref_count, destroy_async); in set_1284_register()
710 kref_init(&priv->ref_count); in uss720_probe()
743 kref_put(&priv->ref_count, destroy_priv); in uss720_probe()
762 kref_put(&priv->ref_count, destroy_priv); in uss720_disconnect()