/linux/include/linux/ |
H A D | wait_bit.h | 55 * @word: the address containing the bit being waited on 56 * @bit: the bit at that address being waited on 84 * @word: the address containing the bit being waited on 85 * @bit: the bit at that address being waited on 112 * @word: the address containing the bit being waited on 113 * @bit: the bit at that address being waited on 144 * @word: the address containing the bit waited on 145 * @bit: the bit at that address being waited on 172 * @word: the address containing the bit being waited on 173 * @bit: the bit of the word being waited on and set [all …]
|
H A D | dma-fence-array.h | 3 * fence-array: aggregates fence to be waited together
|
/linux/drivers/md/dm-vdo/indexer/ |
H A D | funnel-requestqueue.c | 117 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() 159 * We waited for this request to show up. Adjust the wait time to smooth in request_queue_worker()
|
/linux/include/trace/events/ |
H A D | kvm.h | 44 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/drivers/gpu/drm/xe/ |
H A D | xe_gt.h | 61 * %true if it waited for the work to finish execution, 73 * %true if it waited for the reset to finish,
|
/linux/Documentation/block/ |
H A D | stat.rst | 79 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/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ac.h | 19 #define B43_PHY_AC_CLASSCTL_WAITEDEN 0x0004 /* Waited enable */
|
/linux/include/linux/reset/ |
H A D | reset-simple.h | 31 * waited for between an assert and a deassert to reset the
|
/linux/arch/arm/mach-omap2/ |
H A D | hdq1w.c | 57 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_hdq1w_reset()
|
H A D | i2c.c | 67 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_i2c_reset()
|
H A D | msdi.c | 64 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_msdi_reset()
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_sync.h | 27 * signals a syncobj point that's later waited on by a subsequent job.
|
/linux/drivers/usb/host/ |
H A D | ehci-timer.c | 113 ehci_dbg(ehci, "Waited too long for the async schedule status (%x/%x), giving up\n", in ehci_poll_ASS() 159 ehci_dbg(ehci, "Waited too long for the periodic schedule status (%x/%x), giving up\n", in ehci_poll_PSS() 197 ehci_warn(ehci, "Waited too long for the controller to stop, giving up\n"); in ehci_handle_controller_death()
|
/linux/arch/powerpc/kvm/ |
H A D | trace_hv.h | 461 __field(int, waited) 467 __entry->waited = do_sleep; 472 __entry->waited ? "wait" : "poll",
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-fs-orangefs | 58 Slots are requested and waited for,
|
/linux/arch/parisc/lib/ |
H A D | delay.c | 55 * make sure we waited long enough. Rebalance the in __cr16_delay()
|
/linux/arch/x86/platform/olpc/ |
H A D | olpc.c | 75 printk(KERN_WARNING "olpc-ec: %d: waited %u ms for IBF!\n", in __wait_on_ibf() 95 printk(KERN_WARNING "olpc-ec: %d: waited %u ms for OBF!\n", in __wait_on_obf()
|
/linux/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 201 die("waited for %d got %d\n", in test_unpriv_remount() 279 die("waited for %d got %d\n", in test_priv_mount_unpriv_remount()
|
/linux/tools/perf/pmu-events/arch/powerpc/power10/ |
H A D | pipeline.json | 5 … oldest instruction in the pipeline suffered a TLB miss or ERAT miss and waited for it to resolve." 280 …les in which the oldest instruction in the pipeline suffered a TLB miss and waited for it resolve." 390 …s in which the oldest instruction in the pipeline suffered an ERAT miss and waited for it resolve."
|
/linux/tools/perf/pmu-events/arch/x86/icelake/ |
H A D | cache.json | 12 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 16 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 21 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 27 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 32 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 36 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/linux/drivers/gpu/nova-core/ |
H A D | gfw.rs | 33 /// so it must be waited on very early during driver initialization.
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 645 /* waited long enough, make the mbox "not busy" from our end */ in cx18_api_call() 650 CX18_DEBUG_API("waited %u msecs for busy mbox to be acked\n", in cx18_api_call() 694 …CX18_DEBUG_WARN("woken up before mailbox ack was ready after submitting %s to RPU. only waited %d… in cx18_api_call() 706 CX18_DEBUG_HI_API("waited %u msecs for %s to be acked\n", in cx18_api_call()
|
/linux/fs/bcachefs/ |
H A D | enumerated_ref.c | 80 prt_str(&buf, "Waited for 10 seconds to shutdown enumerated ref\n"); in enumerated_ref_stop()
|
/linux/Documentation/virt/kvm/ |
H A D | vcpu-requests.rst | 71 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/drivers/comedi/drivers/ |
H A D | ni_pcidio.c | 69 #define WAITED BIT(5) macro 249 #define INT_EN (COUNT_EXPIRED | WAITED | PRIMARY_TC | SECONDARY_TC) 251 #define INT_EN (TRANSFER_READY | COUNT_EXPIRED | WAITED \ 437 } else if (flags & WAITED) { in nidio_interrupt()
|