Searched refs:iowait (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | iowait.c | 12 void iowait_set_flag(struct iowait *wait, u32 flag) in iowait_set_flag() 18 bool iowait_flag_set(struct iowait *wait, u32 flag) in iowait_flag_set() 23 inline void iowait_clear_flag(struct iowait *wait, u32 flag) in iowait_clear_flag() 41 void iowait_init(struct iowait *wait, u32 tx_limit, in iowait_init() 49 void (*wakeup)(struct iowait *wait, int reason), in iowait_init() 50 void (*sdma_drained)(struct iowait *wait), in iowait_init() 51 void (*init_priority)(struct iowait *wait)) in iowait_init() 81 void iowait_cancel_work(struct iowait *w) in iowait_cancel_work() 114 uint iowait_priority_update_top(struct iowait *w, in iowait_priority_update_top() 115 struct iowait *top, in iowait_priority_update_top()
|
| H A D | trace_iowait.h | 17 TP_PROTO(struct iowait *wait, u32 flag), 41 TP_PROTO(struct iowait *wait, u32 flag), 45 TP_PROTO(struct iowait *wait, u32 flag),
|
| H A D | sdma_txreq.h | 60 struct iowait; 68 struct iowait *wait;
|
| H A D | verbs_txreq.c | 35 struct iowait *wait; in hfi1_put_txreq() 38 wait = list_first_entry(&dev->txwait, struct iowait, in hfi1_put_txreq()
|
| H A D | ipoib.h | 116 struct iowait wait;
|
| H A D | verbs.h | 123 struct iowait s_iowait; 273 static inline struct rvt_qp *iowait_to_qp(struct iowait *s_iowait) in iowait_to_qp()
|
| H A D | user_sdma.h | 93 struct iowait busy;
|
| H A D | ipoib_tx.c | 658 static void hfi1_ipoib_sdma_wakeup(struct iowait *wait, int reason) in hfi1_ipoib_sdma_wakeup() 672 struct iowait *wait = iowait_ioww_to_iow(ioww); in hfi1_ipoib_flush_txq()
|
| H A D | user_sdma.c | 62 static void activate_packet_queue(struct iowait *wait, int reason); 96 static void activate_packet_queue(struct iowait *wait, int reason) in activate_packet_queue()
|
| /linux/lib/ |
| H A D | test_lockup.c | 52 static bool iowait; variable 53 module_param(iowait, bool, 0400); 54 MODULE_PARM_DESC(iowait, "account sleep time as iowait"); 363 if (iowait) in test_lockup() 368 if (iowait) in test_lockup() 560 iowait ? "iowait " : "", in test_lockup_init()
|
| /linux/io_uring/ |
| H A D | wait.h | 23 bool iowait; 21 bool iowait; global() member
|
| H A D | wait.c | 155 if (ext_arg->iowait && current_pending_io()) in __io_cqring_wait_schedule()
|
| H A D | io_uring.c | 2493 ext_arg->iowait = !(flags & IORING_ENTER_NO_IOWAIT); in io_get_ext_arg()
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | cpu-load.rst | 12 avg-cpu: %user %nice %system %iowait %steal %idle
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | cpu-load.rst | 18 avg-cpu: %user %nice %system %iowait %steal %idle
|
| /linux/Documentation/admin-guide/ |
| H A D | cpu-load.rst | 12 avg-cpu: %user %nice %system %iowait %steal %idle
|