| /linux/kernel/sched/ |
| H A D | wait_bit.c | 135 * @word: the address containing the bit being waited on 136 * @bit: the bit at that address being waited on 204 * @var: the address of the variable being waited on 219 * condition waited on has been made to be true) and before this function
|
| /linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
| H A D | cache.json | 12 "BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability.", 16 "PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.", 21 "BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailability.", 27 "PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.", 32 "BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 resources.", 36 "PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack of L2 resources. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
|
| /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/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/tools/testing/selftests/pidfd/ |
| H A D | pidfd_test.c | 516 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_exec() 523 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec() 598 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_leader_exit()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | i2c.c | 67 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_i2c_reset()
|
| H A D | hdq1w.c | 57 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_hdq1w_reset()
|
| H A D | msdi.c | 64 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_msdi_reset()
|
| H A D | wd_timer.c | 94 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap2_wd_timer_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/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/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/tools/perf/pmu-events/arch/x86/rocketlake/ |
| 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/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/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/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/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()
|
| /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/tools/perf/pmu-events/arch/x86/icelakex/ |
| H A D | cache.json | 75 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 79 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 84 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 90 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 95 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 99 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
| /linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
| H A D | cache.json | 20 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 24 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 29 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 35 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 40 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 44 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
| /linux/drivers/block/aoe/ |
| H A D | aoecmd.c | 338 f->waited = 0; in ata_rw_frameinit() 576 nf->waited = 0; in reassign_frame() 697 f->waited += since; in rexmit_deferred() 784 /* Waited too long. Device failure. in rexmit_timer() 795 n = f->waited + since; in rexmit_timer() 1402 f->waited = 0; in aoecmd_ata_id()
|
| /linux/fs/notify/ |
| H A D | group.c | 79 * Since we have waited for fsnotify_mark_srcu in in fsnotify_destroy_group()
|