Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dpipe_fs_i.h86 struct pipe_inode_info { struct
87 struct mutex mutex;
88 wait_queue_head_t rd_wait, wr_wait;
91 union {
99 unsigned int max_usage;
100 unsigned int ring_size;
101 unsigned int nr_accounted;
102 unsigned int readers;
103 unsigned int writers;
104 unsigned int files;
[all …]