Searched refs:spent (Results 1 – 25 of 31) sorted by relevance
12
/linux-3.4.99/Documentation/ABI/testing/ |
D | procfs-diskstats | 14 7 - time spent reading (ms) 18 11 - time spent writing (ms) 20 13 - time spent doing I/Os (ms) 21 14 - weighted time spent doing I/Os (ms)
|
D | sysfs-block | 10 4 - time spent reading (ms) 14 8 - time spent writing (ms) 16 10 - time spent doing I/Os (ms) 17 11 - weighted time spent doing I/Os (ms) 139 being spent in the kernel. This allows one to turn off
|
/linux-3.4.99/Documentation/ |
D | iostats.txt | 69 Field 4 -- # of milliseconds spent reading 70 This is the total number of milliseconds spent by all reads (as 76 Field 8 -- # of milliseconds spent writing 77 This is the total number of milliseconds spent by all writes (as 82 Field 10 -- # of milliseconds spent doing I/Os 84 Field 11 -- weighted # of milliseconds spent doing I/Os 87 (field 9) times the number of milliseconds spent doing I/O since the
|
D | cpu-load.txt | 6 the average time system spent in a particular state, for example: 17 system spent 10.01% of the time doing work in user space, 2.92% in the
|
D | irqflags-tracing.txt | 42 irq-flags-tracing is spent in this state: look at the lockdep
|
/linux-3.4.99/Documentation/cgroups/ |
D | cpuacct.txt | 37 user: Time spent by tasks of the cgroup in user mode. 38 system: Time spent by tasks of the cgroup in kernel mode.
|
D | blkio-controller.txt | 216 - Total amount of time the IOs for this cgroup spent waiting in the 219 measure of total time the cgroup spent waiting but rather a measure of 221 this metric does not include the time spent waiting for service once 251 cumulative total of the amount of time spent by each IO in that cgroup 261 spent idling for one of the queues of the cgroup. This is in 268 This is the amount of time spent by the IO scheduler idling for a
|
/linux-3.4.99/Documentation/scheduler/ |
D | sched-stats.txt | 51 7) sum of all time spent running by tasks on this processor (in jiffies) 52 8) sum of all time spent waiting to run by tasks on this processor (in 146 1) time spent on the cpu 147 2) time spent waiting on a runqueue
|
D | sched-rt-group.txt | 52 CPU time is divided by means of specifying how much time can be spent running
|
D | sched-design-CFS.txt | 79 for": the (small) time it just spent using the physical CPU is added to
|
/linux-3.4.99/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 53 This gives the amount of time spent in each of the frequencies supported by 55 will mean this CPU spent <time> usertime units of time at <frequency>. Output
|
/linux-3.4.99/fs/btrfs/ |
D | Kconfig | 47 plenty of additional CPU cycles are spent. Enabling this
|
/linux-3.4.99/drivers/net/ethernet/sfc/ |
D | efx.c | 225 int spent; in efx_process_channel() local 230 spent = efx_nic_process_eventq(channel, budget); in efx_process_channel() 231 if (spent && efx_channel_has_rx_queue(channel)) { in efx_process_channel() 246 return spent; in efx_process_channel() 276 int spent; in efx_poll() local 282 spent = efx_process_channel(channel, budget); in efx_poll() 284 if (spent < budget) { in efx_poll() 317 return spent; in efx_poll()
|
D | nic.c | 1237 int spent = 0; in efx_nic_process_eventq() local 1263 if (++spent == budget) in efx_nic_process_eventq() 1269 spent = budget; in efx_nic_process_eventq() 1300 return spent; in efx_nic_process_eventq()
|
/linux-3.4.99/arch/powerpc/ |
D | Kconfig.debug | 43 the amount of time spent in hypervisor calls. Wall time spent in 44 each call is always calculated, and if available CPU cycles spent
|
/linux-3.4.99/Documentation/cpuidle/ |
D | sysfs.txt | 83 * time : Total time spent in this idle state (in microseconds)
|
/linux-3.4.99/kernel/trace/ |
D | Kconfig | 182 This option measures the time spent in irqs-off critical 204 This option measures the time spent in preemption-off critical
|
/linux-3.4.99/Documentation/video4linux/ |
D | CQcam.txt | 30 I spent a number of hours trying to get my camera to work, and I
|
/linux-3.4.99/Documentation/scsi/ |
D | in2000.txt | 137 spent a lot of time testing this. You might try 'ENABLE_CLUSTERING'
|
/linux-3.4.99/Documentation/timers/ |
D | hrtimers.txt | 14 to solve this'), and spent a considerable effort trying to integrate
|
/linux-3.4.99/Documentation/trace/ |
D | tracepoint-analysis.txt | 323 At a glance, it looks like the time is being spent copying pixmaps to
|
/linux-3.4.99/Documentation/development-process/ |
D | 4.Coding | 252 should not be used all of the time. But some time spent learning the 307 Some time spent installing and using these compilers will help avoid
|
D | 3.Early-stage | 6 line of code is written. Some time spent in early planning and
|
D | 5.Posting | 122 done. When done properly, though, it is time well spent.
|
/linux-3.4.99/Documentation/filesystems/ |
D | ntfs.txt | 74 (from 9:43 minutes on average down to 7:53). The time spent in user space 75 was unchanged but the time spent in the kernel was decreased by a factor of
|
12