Home
last modified time | relevance | path

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

/linux/include/linux/
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;
63 unsigned int max_usage;
66 bool note_loss;
69 unsigned int readers;
70 unsigned int writers;
71 unsigned int files;
[all …]

Completed in 3 milliseconds