Lines Matching defs:kref
98 static void srpt_free_ch(struct kref *kref);
1903 kref_get(&ch->kref);
1920 kref_put(&ch->kref, srpt_free_ch);
2056 static void srpt_free_ch(struct kref *kref)
2058 struct srpt_rdma_ch *ch = container_of(kref, struct srpt_rdma_ch, kref);
2121 kref_put(&ch->kref, srpt_free_ch);
2214 kref_init(&ch->kref);
3123 static void srpt_free_sdev(struct kref *refcnt)