Searched defs:rchan_buf (Results 1 – 1 of 1) sorted by relevance
31 struct rchan_buf struct33 void *start; /* start of channel buffer */34 void *data; /* start of current sub-buffer */35 size_t offset; /* current offset into sub-buffer */36 size_t subbufs_produced; /* count of sub-buffers produced */37 size_t subbufs_consumed; /* count of sub-buffers consumed */38 struct rchan *chan; /* associated channel */39 wait_queue_head_t read_wait; /* reader wait queue */40 struct timer_list timer; /* reader wake-up timer */41 struct dentry *dentry; /* channel file dentry */[all …]