Lines Matching refs:ref_count
90 struct kref ref_count; member
103 struct kref ref_count; /* to instance of this struct */ member
262 container_of(kref, struct mos7715_parport, ref_count); in destroy_mos_parport()
270 container_of(kref, struct urbtracker, ref_count); in destroy_urbtracker()
276 kref_put(&mos_parport->ref_count, destroy_mos_parport); in destroy_urbtracker()
330 kref_put(&urbtrack->ref_count, destroy_urbtracker); in send_deferred_urbs()
350 kref_put(&urbtrack->ref_count, destroy_urbtracker); in async_complete()
367 kref_get(&mos_parport->ref_count); in write_parport_reg_nonblock()
389 kref_init(&urbtrack->ref_count); in write_parport_reg_nonblock()
408 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
425 kref_put(&urbtrack->ref_count, destroy_urbtracker); in write_parport_reg_nonblock()
706 kref_init(&mos_parport->ref_count); in mos7715_parport_init()
733 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7715_parport_init()
1988 kref_put(&mos_parport->ref_count, destroy_mos_parport); in mos7720_release()