Searched defs:iowait (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 139 struct iowait { struct 148 void (*wakeup)(struct iowait *wait, int reason); argument 149 void (*sdma_drained)(struct iowait *wait); argument 150 void (*init_priority)(struct iowait *wait); argument 162 struct iowait_work wait[IOWAIT_SES]; argument 167 void iowait_set_flag(struct iowait *wait, u32 flag); argument
|
/kernel/linux/linux-5.10/fs/proc/ |
D | stat.c | 38 u64 iowait; in get_iowait_time() local 66 u64 iowait, iowait_usecs = -1ULL; in get_iowait_time() local 110 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
|
/kernel/linux/linux-5.10/lib/ |
D | test_lockup.c | 52 static bool iowait; variable
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
D | qib_verbs.h | 118 struct list_head iowait; /* link for wait PIO buf */ member
|
/kernel/linux/linux-5.10/kernel/time/ |
D | tick-sched.c | 635 ktime_t now, iowait; in get_cpu_iowait_time_us() local
|