Searched defs:iowait (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | iowait.h | 98 struct iowait { struct 107 void (*wakeup)(struct iowait *wait, int reason); argument 108 void (*sdma_drained)(struct iowait *wait); argument 109 void (*init_priority)(struct iowait *wait); argument 121 struct iowait_work wait[IOWAIT_SES]; argument 126 void iowait_set_flag(struct iowait *wait, u32 flag); argument
|
/openbmc/linux/fs/proc/ |
H A D | stat.c | 43 u64 iowait, iowait_usecs = -1ULL; in get_iowait_time() local 85 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
|
/openbmc/linux/lib/ |
H A D | test_lockup.c | 52 static bool iowait; variable
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.h | 118 struct list_head iowait; /* link for wait PIO buf */ member
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 2031 unsigned long user, system, idle, iowait, irq, softirq, steal, guest; in qmp_guest_get_cpustats() local
|