Lines Matching refs:ref_count
90 struct kref ref_count; member
103 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()
351 kref_put(&urbtrack->ref_count, destroy_urbtracker); in async_complete()
368 kref_get(&mos_parport->ref_count); in write_parport_reg_nonblock()
390 kref_init(&urbtrack->ref_count); in write_parport_reg_nonblock()
409 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
426 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
712 kref_init(&mos_parport->ref_count); in mos7715_parport_init()
741 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7715_parport_init()
2011 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7720_release()