Lines Matching defs:io_issue_def
5 struct io_issue_def { struct
7 unsigned needs_file : 1;
9 unsigned plug : 1;
11 unsigned hash_reg_file : 1;
13 unsigned unbound_nonreg_file : 1;
15 unsigned pollin : 1;
16 unsigned pollout : 1;
17 unsigned poll_exclusive : 1;
19 unsigned buffer_select : 1;
21 unsigned audit_skip : 1;
45 extern const struct io_issue_def io_issue_defs[]; argument