Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpipe_fs_i.h47 struct pipe_inode_info { struct
48 struct mutex mutex;
49 wait_queue_head_t wait;
50 unsigned int nrbufs, curbuf, buffers;
51 unsigned int readers;
52 unsigned int writers;
53 unsigned int files;
54 unsigned int waiting_writers;
55 unsigned int r_counter;
56 unsigned int w_counter;
[all …]
/linux-4.4.14/net/core/
Dskbuff.c1903 struct pipe_inode_info *pipe, unsigned int tlen, in skb_splice_bits()