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()
135 kref_put(&rq->ref_count, destroy_async); in async_complete()
157 kref_init(&rq->ref_count); in submit_async_request()
160 kref_get(&priv->ref_count); in submit_async_request()
164 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
170 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
185 kref_get(&rq->ref_count); in submit_async_request()
189 destroy_async(&rq->ref_count); in submit_async_request()
230 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
239 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
261 kref_put(&rq->ref_count, destroy_async); in set_1284_register()
724 kref_init(&priv->ref_count); in uss720_probe()
755 kref_put(&priv->ref_count, destroy_priv); in uss720_probe()
776 kref_put(&priv->ref_count, destroy_priv); in uss720_disconnect()