Lines Matching refs:ref_count
85 struct kref ref_count; member
98 struct kref ref_count; /* to instance of this struct */ member
263 container_of(kref, struct mos7715_parport, ref_count); in destroy_mos_parport()
271 container_of(kref, struct urbtracker, ref_count); in destroy_urbtracker()
277 kref_put(&mos_parport->ref_count, destroy_mos_parport); in destroy_urbtracker()
331 kref_put(&urbtrack->ref_count, destroy_urbtracker); in send_deferred_urbs()
352 kref_put(&urbtrack->ref_count, destroy_urbtracker); in async_complete()
389 kref_get(&mos_parport->ref_count); in write_parport_reg_nonblock()
391 kref_init(&urbtrack->ref_count); in write_parport_reg_nonblock()
410 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
427 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
713 kref_init(&mos_parport->ref_count); in mos7715_parport_init()
742 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7715_parport_init()
1905 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7720_release()