Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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;
66 bool note_loss;
69 unsigned int readers;
70 unsigned int writers;
71 unsigned int files;
74 bool poll_usage;
[all …]