Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpipe_fs_i.h84 struct pipe_inode_info { struct
85 struct mutex mutex;
86 wait_queue_head_t rd_wait, wr_wait;
90 unsigned int max_usage;
91 unsigned int ring_size;
92 unsigned int nr_accounted;
93 unsigned int readers;
94 unsigned int writers;
95 unsigned int files;
96 unsigned int r_counter;
[all …]