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()
332 kref_put(&urbtrack->ref_count, destroy_urbtracker); in send_deferred_urbs()
353 kref_put(&urbtrack->ref_count, destroy_urbtracker); in async_complete()
390 kref_get(&mos_parport->ref_count); in write_parport_reg_nonblock()
392 kref_init(&urbtrack->ref_count); in write_parport_reg_nonblock()
411 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
428 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
714 kref_init(&mos_parport->ref_count); in mos7715_parport_init()
742 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7715_parport_init()
1901 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7720_release()