Home
last modified time | relevance | path

Searched refs:spent (Results 1 – 25 of 94) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dprocfs-diskstats16 7 time spent reading (ms)
20 11 time spent writing (ms)
22 13 time spent doing I/Os (ms)
23 14 weighted time spent doing I/Os (ms)
33 18 time spent discarding
40 20 time spent flushing
H A Dsysfs-kernel-wakeup_reasons13 used to report time spent in last suspend cycle. It contains
15 the time spent in suspend and resume processes. Second number
16 is the time spent in sleep state.
H A Dsysfs-block12 4 time spent reading (ms)
16 8 time spent writing (ms)
18 10 time spent doing I/Os (ms)
19 11 weighted time spent doing I/Os (ms)
23 15 time spent discarding (ms)
25 17 time spent flushing (ms)
164 being spent in the kernel. This allows one to turn off
H A Dsysfs-class-scsi_tape16 Shows the total amount of time spent waiting for all I/O
23 To determine the amount of time spent waiting for other I/O
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Diostats.rst77 Field 4 -- # of milliseconds spent reading (unsigned int)
78 This is the total number of milliseconds spent by all reads (as
90 Field 8 -- # of milliseconds spent writing (unsigned int)
91 This is the total number of milliseconds spent by all writes (as
98 Field 10 -- # of milliseconds spent doing I/Os (unsigned int)
105 Field 11 -- weighted # of milliseconds spent doing I/Os (unsigned int)
108 (field 9) times the number of milliseconds spent doing I/O since the
121 Field 15 -- # of milliseconds spent discarding (unsigned int)
122 This is the total number of milliseconds spent by all discards (as
131 Field 17 -- # of milliseconds spent flushing
[all …]
H A Dcpu-load.rst7 the average time system spent in a particular state, for example::
18 system spent 10.01% of the time doing work in user space, 2.92% in the
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst17 provided: total time spent reading and writing. When the histogram
159 4. the number of milliseconds spent reading
163 8. the number of milliseconds spent writing
165 10. the number of milliseconds spent doing I/Os
166 11. the weighted number of milliseconds spent doing I/Os
170 12. the total time spent reading in milliseconds
171 13. the total time spent writing in milliseconds
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dincfs.rst76 read then has to wait further for the min time. In that case, the time spent
78 time spent waiting for the pending read, and reads_delayed_min_us, which is
79 increased by the remainder of the time spent waiting.
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dlpit.rst27 The "low_power_idle_cpu_residency_us" attribute shows time spent
31 residency, or system time spent with the SLP_S0# signal asserted.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_channels.c1137 int spent; in efx_process_channel() local
1152 spent = efx_nic_process_eventq(channel, budget); in efx_process_channel()
1153 if (spent && efx_channel_has_rx_queue(channel)) { in efx_process_channel()
1174 return spent; in efx_process_channel()
1211 int spent; in efx_poll() local
1217 spent = efx_process_channel(channel, budget); in efx_poll()
1221 if (spent < budget) { in efx_poll()
1241 if (napi_complete_done(napi, spent)) in efx_poll()
1245 return spent; in efx_poll()
H A Def100_nic.c236 int spent = 0; in ef100_ev_process() local
249 while (spent < quota) { in ef100_ev_process()
265 ++spent; in ef100_ev_process()
293 return spent; in ef100_ev_process()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtimevar.def55 /* Time spent garbage-collecting. */
58 /* Time spent generating dump files. */
61 /* Time spent saving/restoring PCH state. */
111 /* Time spent by constructing CFG. */
113 /* Time spent by cleaning up CFG. */
118 /* Time spent in dataflow problems. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtimevar.def55 /* Time spent garbage-collecting. */
58 /* Time spent generating dump files. */
61 /* Time spent saving/restoring PCH state. */
111 /* Time spent by constructing CFG. */
113 /* Time spent by cleaning up CFG. */
118 /* Time spent in dataflow problems. */
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dcpuacct.rst38 user: Time spent by tasks of the cgroup in user mode.
39 system: Time spent by tasks of the cgroup in kernel mode.
H A Dblkio-controller.rst174 - Total amount of time the IOs for this cgroup spent waiting in the
177 measure of total time the cgroup spent waiting but rather a measure of
179 this metric does not include the time spent waiting for service once
209 cumulative total of the amount of time spent by each IO in that cgroup
219 spent idling for one of the queues of the cgroup. This is in
226 This is the amount of time spent by the IO scheduler idling for a
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-stats.rst59 7) sum of all time spent running by tasks on this processor (in jiffies)
60 8) sum of all time spent waiting to run by tasks on this processor (in
158 1) time spent on the cpu
159 2) time spent waiting on a runqueue
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgprof.info59 Profiling allows you to learn where your program spent its time and
89 The "flat profile" shows how much time your program spent in each
96 estimate of how much time was spent in the subroutines of each function.
179 time spent in them; there is no record of how many times they were
209 somewhat slower than normal because of the time spent collecting and
482 spent in these functions, calls to/from them, etc., will all be
559 no time spent in them. This is useful in conjunction with the '-c'
618 The '-E FUNCTION' option works like the '-e' option, but time spent
632 spent in the function and its children (and their children...) will
711 * Flat Profile:: The flat profile shows how much time was spent
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgprof.info59 Profiling allows you to learn where your program spent its time and
89 The "flat profile" shows how much time your program spent in each
96 estimate of how much time was spent in the subroutines of each function.
179 time spent in them; there is no record of how many times they were
209 somewhat slower than normal because of the time spent collecting and
482 spent in these functions, calls to/from them, etc., will all be
559 no time spent in them. This is useful in conjunction with the '-c'
618 The '-E FUNCTION' option works like the '-e' option, but time spent
632 spent in the function and its children (and their children...) will
711 * Flat Profile:: The flat profile shows how much time was spent
[all …]
/OK3568_Linux_fs/kernel/Documentation/cpu-freq/
H A Dcpufreq-stats.rst65 This gives the amount of time spent in each of the frequencies supported by
67 will mean this CPU spent <time> usertime units of time at <frequency>. Output
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Defx.c241 int spent; in ef4_process_channel() local
251 spent = ef4_nic_process_eventq(channel, budget); in ef4_process_channel()
252 if (spent && ef4_channel_has_rx_queue(channel)) { in ef4_process_channel()
268 return spent; in ef4_process_channel()
302 int spent; in ef4_poll() local
308 spent = ef4_process_channel(channel, budget); in ef4_poll()
310 if (spent < budget) { in ef4_poll()
324 napi_complete_done(napi, spent); in ef4_poll()
328 return spent; in ef4_poll()
/OK3568_Linux_fs/buildroot/package/oprofile/
H A DConfig.in37 statistics, which can also be used for basic time-spent
/OK3568_Linux_fs/kernel/Documentation/core-api/irq/
H A Dirqflags-tracing.rst37 irq-flags-tracing is spent in this state: look at the lockdep
/OK3568_Linux_fs/kernel/arch/powerpc/
H A DKconfig.debug33 the amount of time spent in hypervisor calls. Wall time spent in
34 each call is always calculated, and if available CPU cycles spent
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dcyttsp.txt33 - touch-timeout-ms : minimum time in ms spent in the active power state while no
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch21 @@ -239,8 +239,8 @@ and average amount of time spent in each probe-point. Also shows

1234