Searched defs:pipe_inode_info (Results 1 – 1 of 1) sorted by relevance
58 struct pipe_inode_info { struct59 struct mutex mutex;60 wait_queue_head_t rd_wait, wr_wait;61 unsigned int head;62 unsigned int tail;66 unsigned int readers;67 unsigned int writers;68 unsigned int files;71 bool poll_usage;73 bool note_loss;[all …]
Completed in 34 milliseconds