Lines Matching refs:kref
181 kref_get(&buf->chan->kref); in relay_create_buf()
196 static void relay_destroy_channel(struct kref *kref) in relay_destroy_channel() argument
198 struct rchan *chan = container_of(kref, struct rchan, kref); in relay_destroy_channel()
220 kref_put(&chan->kref, relay_destroy_channel); in relay_destroy_buf()
231 static void relay_remove_buf(struct kref *kref) in relay_remove_buf() argument
233 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf()
354 kref_init(&buf->kref); in __relay_reset()
484 kref_put(&buf->kref, relay_remove_buf); in relay_close_buf()
596 kref_init(&chan->kref); in relay_open()
615 kref_put(&chan->kref, relay_destroy_channel); in relay_open()
833 kref_put(&chan->kref, relay_destroy_channel); in relay_close()
874 kref_get(&buf->kref); in relay_file_open()
928 kref_put(&buf->kref, relay_remove_buf); in relay_file_release()