Lines Matching refs:kref
167 kref_get(&buf->chan->kref); in relay_create_buf()
182 static void relay_destroy_channel(struct kref *kref) in relay_destroy_channel() argument
184 struct rchan *chan = container_of(kref, struct rchan, kref); in relay_destroy_channel()
207 kref_put(&chan->kref, relay_destroy_channel); in relay_destroy_buf()
218 static void relay_remove_buf(struct kref *kref) in relay_remove_buf() argument
220 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf()
289 kref_init(&buf->kref); in __relay_reset()
430 kref_put(&buf->kref, relay_remove_buf); in relay_close_buf()
513 kref_init(&chan->kref); in relay_open()
533 kref_put(&chan->kref, relay_destroy_channel); in relay_open()
774 kref_put(&chan->kref, relay_destroy_channel); in relay_close()
816 kref_get(&buf->kref); in relay_file_open()
870 kref_put(&buf->kref, relay_remove_buf); in relay_file_release()