Home
last modified time | relevance | path

Searched refs:waited (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c117 bool *waited) in wait_for_request() argument
121 (dequeue_request(queue, request, waited) || in wait_for_request()
127 dequeue_request(queue, request, waited), in wait_for_request()
137 bool waited = false; in request_queue_worker() local
141 wait_for_request(queue, dormant, time_batch, &request, &waited); in request_queue_worker()
157 } else if (waited) { in request_queue_worker()
/linux/include/trace/events/
H A Dkvm.h44 TP_PROTO(__u64 ns, bool waited, bool valid),
45 TP_ARGS(ns, waited, valid),
49 __field( bool, waited )
55 __entry->waited = waited;
60 __entry->waited ? "wait" : "poll",
/linux/Documentation/block/
H A Dstat.rst79 waited on this block device. If there are multiple I/O requests waiting,
100 This value counts the number of milliseconds that I/O requests have waited
/linux/Documentation/ABI/stable/
H A Dsysfs-fs-orangefs58 Slots are requested and waited for,
/linux/drivers/block/aoe/
H A Daoe.h122 ulong waited; member
/linux/Documentation/virt/kvm/
H A Dvcpu-requests.rst71 even to ensure IPI acknowledgements are waited upon (see "Waiting for
245 be sent, and the acknowledgements to be waited upon, even when the target
/linux/virt/kvm/
H A Dkvm_main.c3562 bool waited = false; in kvm_vcpu_block() local
3577 waited = true; in kvm_vcpu_block()
3588 return waited; in kvm_vcpu_block()
3642 bool waited = false; in kvm_vcpu_halt() local
3663 waited = kvm_vcpu_block(vcpu); in kvm_vcpu_halt()
3666 if (waited) { in kvm_vcpu_halt()
3682 update_halt_poll_stats(vcpu, start, poll_end, !waited); in kvm_vcpu_halt()
3706 trace_kvm_vcpu_wakeup(halt_ns, waited, vcpu_valid_wakeup(vcpu)); in kvm_vcpu_halt()
/linux/Documentation/virt/kvm/x86/
H A Dhypercalls.rst95 execute HLT instruction once it has busy-waited for more than a threshold
/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst16 drivers, especially mmp_pdma waited for the phy to stop before relaunching
/linux/Documentation/RCU/
H A Drcubarrier.rst334 waited on nonpreemptible regions of code in preemptible kernels,
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst351 or the :ref:`CEC_TRANSMIT <CEC_RECEIVE>` that waited for a
/linux/Documentation/driver-api/
H A Ddevice_link.rst309 probing are waited for until they are done.
H A Dxillybus.rst371 buffer with some data, but not submitted that buffer. If the host waited for
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst387 If caching is to be attempted, pages should be waited for and then marked using
/linux/Documentation/filesystems/ext4/
H A Djournal.rst744 are submitted to the disk. In-progress transactions are waited upon and included
/linux/Documentation/mm/
H A Dprocess_addrs.rst372 acquire locks in the same order, one would have waited for the other to