Searched defs:iowait (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 102 struct iowait { struct 107 struct iowait *wait, argument 112 void (*wakeup)(struct iowait *wait, int reason); argument 113 void (*sdma_drained)(struct iowait *wait); argument 136 * This function initializes the iowait argument
|
/Linux-v4.19/fs/proc/ |
D | stat.c | 38 u64 iowait; in get_iowait_time() local 66 u64 iowait, iowait_usecs = -1ULL; in get_iowait_time() local 85 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_verbs.h | 118 struct list_head iowait; /* link for wait PIO buf */ member
|
/Linux-v4.19/kernel/time/ |
D | tick-sched.c | 600 ktime_t now, iowait; in get_cpu_iowait_time_us() local
|