We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27c66a commit cfced12Copy full SHA for cfced12
include/linux/pipe_fs_i.h
@@ -65,6 +65,7 @@ union pipe_index {
65
* @wr_wait: writer wait point in case of full pipe
66
* @head: The point of buffer production
67
* @tail: The point of buffer consumption
68
+ * @head_tail: unsigned long union of @head and @tail
69
* @note_loss: The next read() should insert a data-lost message
70
* @max_usage: The maximum number of slots that may be used in the ring
71
* @ring_size: total number of buffers (should be a power of 2)
0 commit comments