Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h7951 struct pipe_inode_info { struct
7952 struct mutex mutex;
7953 wait_queue_head_t rd_wait;
7954 wait_queue_head_t wr_wait;
7955 unsigned int head;
7956 unsigned int tail;
7957 unsigned int max_usage;
7958 unsigned int ring_size;
7959 bool note_loss;
7960 unsigned int nr_accounted;
[all …]