Lines Matching refs:ref_count
85 struct kref ref_count; member
98 struct kref ref_count; /* to instance of this struct */ member
265 container_of(kref, struct mos7715_parport, ref_count); in destroy_mos_parport()
273 container_of(kref, struct urbtracker, ref_count); in destroy_urbtracker()
279 kref_put(&mos_parport->ref_count, destroy_mos_parport); in destroy_urbtracker()
334 kref_put(&urbtrack->ref_count, destroy_urbtracker); in send_deferred_urbs()
355 kref_put(&urbtrack->ref_count, destroy_urbtracker); in async_complete()
392 kref_get(&mos_parport->ref_count); in write_parport_reg_nonblock()
394 kref_init(&urbtrack->ref_count); in write_parport_reg_nonblock()
413 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
430 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
718 kref_init(&mos_parport->ref_count); in mos7715_parport_init()
746 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7715_parport_init()
1907 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7720_release()