Home
last modified time | relevance | path

Searched defs:pipe_inode_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/linux/
Dpipe_fs_i.h58 struct pipe_inode_info { struct
59 struct mutex mutex;
60 wait_queue_head_t rd_wait, wr_wait;
61 unsigned int head;
62 unsigned int tail;
63 unsigned int max_usage;
64 unsigned int ring_size;
66 bool note_loss;
68 unsigned int nr_accounted;
69 unsigned int readers;
[all …]