/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 49 struct iowait; 53 struct iowait *iow; 98 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 126 void iowait_set_flag(struct iowait *wait, u32 flag); argument 127 bool iowait_flag_set(struct iowait *wait, u32 flag); 128 void iowait_clear_flag(struct iowait *wait, u32 flag); 130 void iowait_init(struct iowait *wait, u32 tx_limit, [all …]
|
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()
|
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),
|
D | sdma_txreq.h | 57 struct iowait; 65 struct iowait *wait;
|
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()
|
D | Makefile | 24 iowait.o \
|
D | qp.c | 31 static void iowait_wakeup(struct iowait *wait, int reason); 32 static void iowait_sdma_drained(struct iowait *wait); 493 static void iowait_wakeup(struct iowait *wait, int reason) in iowait_wakeup() 501 static void iowait_sdma_drained(struct iowait *wait) in iowait_sdma_drained() 520 static void hfi1_init_priority(struct iowait *w) in hfi1_init_priority()
|
D | vnic.h | 46 struct iowait wait;
|
D | ipoib.h | 116 struct iowait wait;
|
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()
|
D | user_sdma.h | 91 struct iowait busy;
|
D | trace_tx.h | 619 struct iowait *wait), 624 __field(struct iowait *, wait) 647 struct iowait *wait, 652 __field(struct iowait *, wait)
|
D | vnic_sdma.c | 216 static void hfi1_vnic_sdma_wakeup(struct iowait *wait, int reason) in hfi1_vnic_sdma_wakeup()
|
D | pio.c | 919 struct iowait *wait; in sc_disable() 923 wait = list_first_entry(&wake_list, struct iowait, list); in sc_disable() 1591 struct iowait *wait; in sc_piobufavail() 1595 wait = list_first_entry(list, struct iowait, list); in sc_piobufavail()
|
D | ipoib_tx.c | 657 static void hfi1_ipoib_sdma_wakeup(struct iowait *wait, int reason) in hfi1_ipoib_sdma_wakeup() 671 struct iowait *wait = iowait_ioww_to_iow(ioww); in hfi1_ipoib_flush_txq()
|
/linux-6.1.9/fs/proc/ |
D | stat.c | 39 u64 iowait; in get_iowait_time() local 41 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time() 43 iowait += arch_idle_time(cpu); in get_iowait_time() 44 return iowait; in get_iowait_time() 67 u64 iowait, iowait_usecs = -1ULL; in get_iowait_time() local 74 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time() 76 iowait = iowait_usecs * NSEC_PER_USEC; in get_iowait_time() 78 return iowait; in get_iowait_time() 111 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local 118 user = nice = system = idle = iowait = in show_stat() [all …]
|
/linux-6.1.9/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 246 if (!list_empty(&priv->iowait) && !(qp->s_flags & RVT_S_BUSY)) { in qib_notify_error_qp() 248 list_del_init(&priv->iowait); in qib_notify_error_qp() 335 INIT_LIST_HEAD(&priv->iowait); in qib_qp_priv_alloc() 372 if (!list_empty(&priv->iowait)) in qib_flush_qp_waiters() 373 list_del_init(&priv->iowait); in qib_flush_qp_waiters() 441 !list_empty(&priv->iowait), in qib_qp_iter_print()
|
D | qib_verbs.c | 372 priv = list_entry(list->next, struct qib_qp_priv, iowait); in mem_timer() 374 list_del_init(&priv->iowait); in mem_timer() 578 list_empty(&priv->iowait)) { in __get_txreq() 581 list_add_tail(&priv->iowait, &dev->txwait); in __get_txreq() 643 iowait); in qib_put_txreq() 645 list_del_init(&priv->iowait); in qib_put_txreq() 680 list_for_each_entry_safe(qpp, nqpp, &dev->dmawait, iowait) { in qib_verbs_sdma_desc_avail() 689 list_del_init(&qpp->iowait); in qib_verbs_sdma_desc_avail() 755 if (list_empty(&priv->iowait)) { in wait_kmem() 759 list_add_tail(&priv->iowait, &dev->memwait); in wait_kmem() [all …]
|
D | qib_verbs.h | 118 struct list_head iowait; /* link for wait PIO buf */ member
|
D | qib_sdma.c | 656 if (list_empty(&priv->iowait)) { in qib_sdma_verbs_send() 662 list_add_tail(&priv->iowait, &dev->dmawait); in qib_sdma_verbs_send()
|
/linux-6.1.9/lib/ |
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-6.1.9/kernel/time/ |
D | tick-sched.c | 735 ktime_t now, iowait; in get_cpu_iowait_time_us() local 743 iowait = ts->iowait_sleeptime; in get_cpu_iowait_time_us() 748 iowait = ktime_add(ts->iowait_sleeptime, delta); in get_cpu_iowait_time_us() 750 iowait = ts->iowait_sleeptime; in get_cpu_iowait_time_us() 754 return ktime_to_us(iowait); in get_cpu_iowait_time_us()
|
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/ |
D | cpu-load.rst | 12 avg-cpu: %user %nice %system %iowait %steal %idle
|
/linux-6.1.9/Documentation/translations/zh_TW/admin-guide/ |
D | cpu-load.rst | 18 avg-cpu: %user %nice %system %iowait %steal %idle
|
/linux-6.1.9/Documentation/admin-guide/ |
D | cpu-load.rst | 12 avg-cpu: %user %nice %system %iowait %steal %idle
|