Lines Matching refs:kref
182 kref_get(&buf->chan->kref); in relay_create_buf()
197 static void relay_destroy_channel(struct kref *kref) in relay_destroy_channel() argument
199 struct rchan *chan = container_of(kref, struct rchan, kref); in relay_destroy_channel()
222 kref_put(&chan->kref, relay_destroy_channel); in relay_destroy_buf()
233 static void relay_remove_buf(struct kref *kref) in relay_remove_buf() argument
235 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf()
358 kref_init(&buf->kref); in __relay_reset()
499 kref_put(&buf->kref, relay_remove_buf); in relay_close_buf()
601 kref_init(&chan->kref); in relay_open()
621 kref_put(&chan->kref, relay_destroy_channel); in relay_open()
862 kref_put(&chan->kref, relay_destroy_channel); in relay_close()
904 kref_get(&buf->kref); in relay_file_open()
958 kref_put(&buf->kref, relay_remove_buf); in relay_file_release()