Searched refs:waited (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/trace/events/ |
D | kvm.h | 41 TP_PROTO(__u64 ns, bool waited), 42 TP_ARGS(ns, waited), 46 __field( bool, waited ) 51 __entry->waited = waited; 55 __entry->waited ? "wait" : "poll",
|
/linux-4.1.27/Documentation/block/ |
D | stat.txt | 58 waited on this block device. If there are multiple I/O requests waiting, 79 This value counts the number of milliseconds that I/O requests have waited
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 1540 int waited = 2; in obd_exports_barrier() local 1546 schedule_timeout(cfs_time_seconds(waited)); in obd_exports_barrier() 1547 if (waited > 5 && IS_PO2(waited)) { in obd_exports_barrier() 1549 obd->obd_name, waited, in obd_exports_barrier() 1553 waited *= 2; in obd_exports_barrier()
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoe.h | 117 ulong waited; member
|
D | aoecmd.c | 339 f->waited = 0; in ata_rw_frameinit() 589 nf->waited = 0; in reassign_frame() 710 f->waited += since; in rexmit_deferred() 807 n = f->waited + since; in rexmit_timer() 1461 f->waited = 0; in aoecmd_ata_id()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 244 wcr=N Number of rlq reqs waited on completion of creation 252 wt=N Number of alloc reqs that waited on lookup completion 256 owt=N Number of alloc reqs waited for CPU time 260 wt=N Number of retr reqs that waited on lookup completion 266 owt=N Number of retr reqs waited for CPU time
|
D | operations.txt | 67 operation and waited for afterwards.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | hypercalls.txt | 78 execute HLT instruction once it has busy-waited for more than a threshold
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 1784 bool waited = false; in kvm_vcpu_block() local 1809 waited = true; in kvm_vcpu_block() 1817 trace_kvm_vcpu_wakeup(ktime_to_ns(cur) - ktime_to_ns(start), waited); in kvm_vcpu_block()
|
/linux-4.1.27/Documentation/ |
D | xillybus.txt | 372 buffer with some data, but not submitted that buffer. If the host waited for
|