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