Symbol: iowait
drivers/infiniband/hw/hfi1/iowait.c
114
uint iowait_priority_update_top(struct iowait *w,
drivers/infiniband/hw/hfi1/iowait.c
115
struct iowait *top,
drivers/infiniband/hw/hfi1/iowait.c
12
void iowait_set_flag(struct iowait *wait, u32 flag)
drivers/infiniband/hw/hfi1/iowait.c
18
bool iowait_flag_set(struct iowait *wait, u32 flag)
drivers/infiniband/hw/hfi1/iowait.c
23
inline void iowait_clear_flag(struct iowait *wait, u32 flag)
drivers/infiniband/hw/hfi1/iowait.c
41
void iowait_init(struct iowait *wait, u32 tx_limit,
drivers/infiniband/hw/hfi1/iowait.c
49
void (*wakeup)(struct iowait *wait, int reason),
drivers/infiniband/hw/hfi1/iowait.c
50
void (*sdma_drained)(struct iowait *wait),
drivers/infiniband/hw/hfi1/iowait.c
51
void (*init_priority)(struct iowait *wait))
drivers/infiniband/hw/hfi1/iowait.c
81
void iowait_cancel_work(struct iowait *w)
drivers/infiniband/hw/hfi1/iowait.h
107
void (*wakeup)(struct iowait *wait, int reason);
drivers/infiniband/hw/hfi1/iowait.h
108
void (*sdma_drained)(struct iowait *wait);
drivers/infiniband/hw/hfi1/iowait.h
109
void (*init_priority)(struct iowait *wait);
drivers/infiniband/hw/hfi1/iowait.h
126
void iowait_set_flag(struct iowait *wait, u32 flag);
drivers/infiniband/hw/hfi1/iowait.h
127
bool iowait_flag_set(struct iowait *wait, u32 flag);
drivers/infiniband/hw/hfi1/iowait.h
128
void iowait_clear_flag(struct iowait *wait, u32 flag);
drivers/infiniband/hw/hfi1/iowait.h
130
void iowait_init(struct iowait *wait, u32 tx_limit,
drivers/infiniband/hw/hfi1/iowait.h
138
void (*wakeup)(struct iowait *wait, int reason),
drivers/infiniband/hw/hfi1/iowait.h
139
void (*sdma_drained)(struct iowait *wait),
drivers/infiniband/hw/hfi1/iowait.h
140
void (*init_priority)(struct iowait *wait));
drivers/infiniband/hw/hfi1/iowait.h
148
static inline bool iowait_schedule(struct iowait *wait,
drivers/infiniband/hw/hfi1/iowait.h
160
static inline bool iowait_tid_schedule(struct iowait *wait,
drivers/infiniband/hw/hfi1/iowait.h
174
static inline void iowait_sdma_drain(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
185
static inline int iowait_sdma_pending(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
194
static inline void iowait_sdma_inc(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
203
static inline void iowait_sdma_add(struct iowait *wait, int count)
drivers/infiniband/hw/hfi1/iowait.h
212
static inline int iowait_sdma_dec(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
227
static inline void iowait_pio_drain(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
240
static inline int iowait_pio_pending(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
249
static inline void iowait_pio_inc(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
258
static inline int iowait_pio_dec(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
272
static inline void iowait_drain_wakeup(struct iowait *wait)
drivers/infiniband/hw/hfi1/iowait.h
314
static inline u32 iowait_get_all_desc(struct iowait *w)
drivers/infiniband/hw/hfi1/iowait.h
335
static inline void iowait_update_all_priority(struct iowait *w)
drivers/infiniband/hw/hfi1/iowait.h
341
static inline void iowait_init_priority(struct iowait *w)
drivers/infiniband/hw/hfi1/iowait.h
348
static inline void iowait_get_priority(struct iowait *w)
drivers/infiniband/hw/hfi1/iowait.h
364
static inline void iowait_queue(bool pkts_sent, struct iowait *w,
drivers/infiniband/hw/hfi1/iowait.h
392
static inline void iowait_starve_clear(bool pkts_sent, struct iowait *w)
drivers/infiniband/hw/hfi1/iowait.h
399
uint iowait_priority_update_top(struct iowait *w,
drivers/infiniband/hw/hfi1/iowait.h
400
struct iowait *top,
drivers/infiniband/hw/hfi1/iowait.h
429
static inline struct iowait_work *iowait_get_tid_work(struct iowait *w)
drivers/infiniband/hw/hfi1/iowait.h
438
static inline struct iowait_work *iowait_get_ib_work(struct iowait *w)
drivers/infiniband/hw/hfi1/iowait.h
447
static inline struct iowait *iowait_ioww_to_iow(struct iowait_work *w)
drivers/infiniband/hw/hfi1/iowait.h
454
void iowait_cancel_work(struct iowait *w);
drivers/infiniband/hw/hfi1/iowait.h
49
struct iowait;
drivers/infiniband/hw/hfi1/iowait.h
53
struct iowait *iow;
drivers/infiniband/hw/hfi1/ipoib.h
116
struct iowait wait;
drivers/infiniband/hw/hfi1/ipoib_tx.c
658
static void hfi1_ipoib_sdma_wakeup(struct iowait *wait, int reason)
drivers/infiniband/hw/hfi1/ipoib_tx.c
672
struct iowait *wait = iowait_ioww_to_iow(ioww);
drivers/infiniband/hw/hfi1/pio.c
1580
struct iowait *wait;
drivers/infiniband/hw/hfi1/pio.c
1584
wait = list_first_entry(list, struct iowait, list);
drivers/infiniband/hw/hfi1/pio.c
918
struct iowait *wait;
drivers/infiniband/hw/hfi1/pio.c
922
wait = list_first_entry(&wake_list, struct iowait, list);
drivers/infiniband/hw/hfi1/qp.c
31
static void iowait_wakeup(struct iowait *wait, int reason);
drivers/infiniband/hw/hfi1/qp.c
32
static void iowait_sdma_drained(struct iowait *wait);
drivers/infiniband/hw/hfi1/qp.c
493
static void iowait_wakeup(struct iowait *wait, int reason)
drivers/infiniband/hw/hfi1/qp.c
501
static void iowait_sdma_drained(struct iowait *wait)
drivers/infiniband/hw/hfi1/qp.c
520
static void hfi1_init_priority(struct iowait *w)
drivers/infiniband/hw/hfi1/sdma.c
1708
struct iowait *wait, *nw, *twait;
drivers/infiniband/hw/hfi1/sdma.c
1709
struct iowait *waits[SDMA_WAIT_BATCH_SIZE];
drivers/infiniband/hw/hfi1/sdma.c
327
struct iowait *wait = tx->wait;
drivers/infiniband/hw/hfi1/sdma.c
380
struct iowait *w, *nw;
drivers/infiniband/hw/hfi1/sdma_txreq.h
60
struct iowait;
drivers/infiniband/hw/hfi1/sdma_txreq.h
68
struct iowait *wait;
drivers/infiniband/hw/hfi1/trace_iowait.h
17
TP_PROTO(struct iowait *wait, u32 flag),
drivers/infiniband/hw/hfi1/trace_iowait.h
41
TP_PROTO(struct iowait *wait, u32 flag),
drivers/infiniband/hw/hfi1/trace_iowait.h
45
TP_PROTO(struct iowait *wait, u32 flag),
drivers/infiniband/hw/hfi1/trace_tx.h
619
struct iowait *wait),
drivers/infiniband/hw/hfi1/trace_tx.h
624
__field(struct iowait *, wait)
drivers/infiniband/hw/hfi1/trace_tx.h
647
struct iowait *wait,
drivers/infiniband/hw/hfi1/trace_tx.h
652
__field(struct iowait *, wait)
drivers/infiniband/hw/hfi1/user_sdma.c
62
static void activate_packet_queue(struct iowait *wait, int reason);
drivers/infiniband/hw/hfi1/user_sdma.c
96
static void activate_packet_queue(struct iowait *wait, int reason)
drivers/infiniband/hw/hfi1/user_sdma.h
93
struct iowait busy;
drivers/infiniband/hw/hfi1/verbs.c
560
struct iowait *wait;
drivers/infiniband/hw/hfi1/verbs.c
566
wait = list_first_entry(list, struct iowait, list);
drivers/infiniband/hw/hfi1/verbs.h
123
struct iowait s_iowait;
drivers/infiniband/hw/hfi1/verbs.h
273
static inline struct rvt_qp *iowait_to_qp(struct iowait *s_iowait)
drivers/infiniband/hw/hfi1/verbs_txreq.c
35
struct iowait *wait;
drivers/infiniband/hw/hfi1/verbs_txreq.c
38
wait = list_first_entry(&dev->txwait, struct iowait,
drivers/infiniband/hw/hfi1/vnic.h
46
struct iowait wait;
drivers/infiniband/hw/hfi1/vnic_sdma.c
217
static void hfi1_vnic_sdma_wakeup(struct iowait *wait, int reason)
fs/proc/stat.c
109
iowait += get_iowait_time(&kcpustat, i);
fs/proc/stat.c
131
seq_put_decimal_ull(p, " ", nsec_to_clock_t(iowait));
fs/proc/stat.c
150
iowait = get_iowait_time(&kcpustat, i);
fs/proc/stat.c
161
seq_put_decimal_ull(p, " ", nsec_to_clock_t(iowait));
fs/proc/stat.c
43
u64 iowait, iowait_usecs = -1ULL;
fs/proc/stat.c
50
iowait = kcs->cpustat[CPUTIME_IOWAIT];
fs/proc/stat.c
52
iowait = iowait_usecs * NSEC_PER_USEC;
fs/proc/stat.c
54
return iowait;
fs/proc/stat.c
85
u64 user, nice, system, idle, iowait, irq, softirq, steal;
fs/proc/stat.c
92
user = nice = system = idle = iowait =
io_uring/io_uring.c
2475
ext_arg->iowait = !(flags & IORING_ENTER_NO_IOWAIT);
io_uring/wait.c
154
if (ext_arg->iowait && current_pending_io())
io_uring/wait.h
21
bool iowait;
lib/test_lockup.c
363
if (iowait)
lib/test_lockup.c
368
if (iowait)
lib/test_lockup.c
52
static bool iowait;
lib/test_lockup.c
53
module_param(iowait, bool, 0400);
lib/test_lockup.c
54
MODULE_PARM_DESC(iowait, "account sleep time as iowait");
lib/test_lockup.c
560
iowait ? "iowait " : "",