Searched defs:iowait (Results 1 – 2 of 2) sorted by relevance
139 struct iowait { struct148 void (*wakeup)(struct iowait *wait, int reason); argument149 void (*sdma_drained)(struct iowait *wait); argument150 void (*init_priority)(struct iowait *wait); argument162 struct iowait_work wait[IOWAIT_SES]; argument167 void iowait_set_flag(struct iowait *wait, u32 flag); argument
118 struct list_head iowait; /* link for wait PIO buf */ member