Lines Matching defs:kref
102 static void srpt_free_ch(struct kref *kref);
1912 kref_get(&ch->kref);
1929 kref_put(&ch->kref, srpt_free_ch);
2065 static void srpt_free_ch(struct kref *kref)
2067 struct srpt_rdma_ch *ch = container_of(kref, struct srpt_rdma_ch, kref);
2130 kref_put(&ch->kref, srpt_free_ch);
2223 kref_init(&ch->kref);
3131 static void srpt_free_sdev(struct kref *refcnt)