Searched defs:ppir_instr (Results 1 – 1 of 1) sorted by relevance
308 typedef struct ppir_instr { struct309 struct list_head list;310 int index;311 bool printed;312 int seq; /* command sequence after schedule */337 } ppir_instr; argument