Lines Matching refs:kref
184 kref_get(&buf->chan->kref); in relay_create_buf()
199 static void relay_destroy_channel(struct kref *kref) in relay_destroy_channel() argument
201 struct rchan *chan = container_of(kref, struct rchan, kref); in relay_destroy_channel()
223 kref_put(&chan->kref, relay_destroy_channel); in relay_destroy_buf()
234 static void relay_remove_buf(struct kref *kref) in relay_remove_buf() argument
236 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf()
357 kref_init(&buf->kref); in __relay_reset()
487 kref_put(&buf->kref, relay_remove_buf); in relay_close_buf()
599 kref_init(&chan->kref); in relay_open()
618 kref_put(&chan->kref, relay_destroy_channel); in relay_open()
836 kref_put(&chan->kref, relay_destroy_channel); in relay_close()
877 kref_get(&buf->kref); in relay_file_open()
931 kref_put(&buf->kref, relay_remove_buf); in relay_file_release()