Searched defs:iowait (Results 1 – 3 of 3) sorted by relevance
98 struct iowait { struct107 void (*wakeup)(struct iowait *wait, int reason); argument108 void (*sdma_drained)(struct iowait *wait); argument109 void (*init_priority)(struct iowait *wait); argument121 struct iowait_work wait[IOWAIT_SES]; argument126 void iowait_set_flag(struct iowait *wait, u32 flag); argument
52 static bool iowait; variable
118 struct list_head iowait; /* link for wait PIO buf */ member