Lines Matching refs:ref_count
66 struct kref ref_count; member
74 struct kref ref_count; member
86 struct parport_uss720_private *priv = container_of(kref, struct parport_uss720_private, ref_count); in destroy_priv()
95 struct uss720_async_request *rq = container_of(kref, struct uss720_async_request, ref_count); in destroy_async()
106 kref_put(&priv->ref_count, destroy_priv); in destroy_async()
139 kref_put(&rq->ref_count, destroy_async); in async_complete()
161 kref_init(&rq->ref_count); in submit_async_request()
164 kref_get(&priv->ref_count); in submit_async_request()
168 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
174 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
189 kref_get(&rq->ref_count); in submit_async_request()
193 destroy_async(&rq->ref_count); in submit_async_request()
234 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
243 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
265 kref_put(&rq->ref_count, destroy_async); in set_1284_register()
732 kref_init(&priv->ref_count); in uss720_probe()
764 kref_put(&priv->ref_count, destroy_priv); in uss720_probe()
785 kref_put(&priv->ref_count, destroy_priv); in uss720_disconnect()