Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dpipe_fs_i.h46 struct pipe_inode_info { struct
47 wait_queue_head_t wait;
48 unsigned int nrbufs, curbuf, buffers;
49 unsigned int readers;
50 unsigned int writers;
51 unsigned int waiting_writers;
52 unsigned int r_counter;
53 unsigned int w_counter;
54 struct page *tmp_page;
55 struct fasync_struct *fasync_readers;
[all …]