Home
last modified time | relevance | path

Searched defs:iowait (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Diowait.h98 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
/linux-6.6.21/fs/proc/
Dstat.c43 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-6.6.21/lib/
Dtest_lockup.c52 static bool iowait; variable
/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_verbs.h118 struct list_head iowait; /* link for wait PIO buf */ member