Home
last modified time | relevance | path

Searched refs:iowait (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Diowait.h90 struct iowait;
94 struct iowait *iow;
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
167 void iowait_set_flag(struct iowait *wait, u32 flag); argument
168 bool iowait_flag_set(struct iowait *wait, u32 flag);
169 void iowait_clear_flag(struct iowait *wait, u32 flag);
171 void iowait_init(struct iowait *wait, u32 tx_limit,
[all …]
H A Diowait.c12 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 Dtrace_iowait.h17 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 Dsdma_txreq.h99 struct iowait;
107 struct iowait *wait;
H A Dverbs_txreq.c77 struct iowait *wait; in hfi1_put_txreq()
80 wait = list_first_entry(&dev->txwait, struct iowait, in hfi1_put_txreq()
H A Dqp.c73 static void iowait_wakeup(struct iowait *wait, int reason);
74 static void iowait_sdma_drained(struct iowait *wait);
534 static void iowait_wakeup(struct iowait *wait, int reason) in iowait_wakeup()
542 static void iowait_sdma_drained(struct iowait *wait) in iowait_sdma_drained()
561 static void hfi1_init_priority(struct iowait *w) in hfi1_init_priority()
H A DMakefile24 iowait.o \
H A Dvnic.h88 struct iowait wait;
H A Dverbs.h165 struct iowait s_iowait;
315 static inline struct rvt_qp *iowait_to_qp(struct iowait *s_iowait) in iowait_to_qp()
H A Dipoib.h93 struct iowait wait;
H A Duser_sdma.h131 struct iowait busy;
H A Dvnic_sdma.c258 static void hfi1_vnic_sdma_wakeup(struct iowait *wait, int reason) in hfi1_vnic_sdma_wakeup()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dstat.c38 u64 iowait; in get_iowait_time() local
40 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
42 iowait += arch_idle_time(cpu); in get_iowait_time()
43 return iowait; in get_iowait_time()
66 u64 iowait, iowait_usecs = -1ULL; in get_iowait_time() local
73 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
75 iowait = iowait_usecs * NSEC_PER_USEC; in get_iowait_time()
77 return iowait; in get_iowait_time()
110 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
117 user = nice = system = idle = iowait = in show_stat()
[all …]
/OK3568_Linux_fs/buildroot/package/python-iowait/
H A Dpython-iowait.hash1 # md5 from https://pypi.python.org/pypi/iowait/json, sha256 locally computed
2 md5 f49ca7766fe4a67e03a731e575614f87 iowait-0.2.tar.gz
3 sha256 ab1bc2eb84c22ccf61f17a0024f9fb6df781b39f1852764a66a7769d5adfb299 iowait-0.2.tar.gz
H A DConfig.in2 bool "python-iowait"
6 https://launchpad.net/python-iowait
H A Dpython-iowait.mk8 PYTHON_IOWAIT_SOURCE = iowait-$(PYTHON_IOWAIT_VERSION).tar.gz
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_qp.c246 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()
H A Dqib_verbs.c372 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 …]
/OK3568_Linux_fs/kernel/lib/
H A Dtest_lockup.c52 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()
544 iowait ? "iowait " : "", in test_lockup_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark/
H A D0001-tracers-Fix-buffer-overflow.patch9 | cpu_name, &user[0], &nice[0], &system[0], &idle[0], &iowait, &irq,
28 gint iowait; /* Time waiting for I/O to complete */
/OK3568_Linux_fs/yocto/poky/meta/lib/
H A Dbuildstats.py121 iowait = float(times[4] - self.stat_ltimes[4])
123 aSum = max(user + system + idle + iowait, 1)
124 reduced = (time, (user/aSum, system/aSum, iowait/aSum))
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-sched.c637 ktime_t now, iowait; in get_cpu_iowait_time_us() local
645 iowait = ts->iowait_sleeptime; in get_cpu_iowait_time_us()
650 iowait = ktime_add(ts->iowait_sleeptime, delta); in get_cpu_iowait_time_us()
652 iowait = ts->iowait_sleeptime; in get_cpu_iowait_time_us()
656 return ktime_to_us(iowait); in get_cpu_iowait_time_us()
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/admin-guide/
H A Dcpu-load.rst12 avg-cpu: %user %nice %system %iowait %steal %idle
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py436 iowait = float(times[4] - ltimes[4])
438 aSum = max(user + system + idle + iowait, 1)
439 samples.append( CPUSample(time, user/aSum, system/aSum, iowait/aSum) )
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcpu-load.rst12 avg-cpu: %user %nice %system %iowait %steal %idle

12