/openbmc/qemu/util/ |
H A D | lockcnt.c | 51 * If *waited is true on return, new_if_free's bottom two bits must not 53 * does not know if there are other waiters. Furthermore, after *waited 58 int new_if_free, bool *waited) in qemu_lockcnt_cmpxchg_or_wait() argument 93 *waited = true; in qemu_lockcnt_cmpxchg_or_wait() 115 bool waited = false; in qemu_lockcnt_inc() local 128 &waited)) { in qemu_lockcnt_inc() 140 if (waited) { in qemu_lockcnt_inc() 158 bool waited = false; in qemu_lockcnt_dec_and_lock() local 172 if (qemu_lockcnt_cmpxchg_or_wait(lockcnt, &val, locked_state, &waited)) { in qemu_lockcnt_dec_and_lock() 176 if (waited) { in qemu_lockcnt_dec_and_lock() [all …]
|
/openbmc/linux/include/linux/ |
H A D | wait_bit.h | 56 * @word: the word being waited on, a kernel virtual address 57 * @bit: the bit of the word being waited on 83 * @word: the word being waited on, a kernel virtual address 84 * @bit: the bit of the word being waited on 108 * @word: the word being waited on, a kernel virtual address 109 * @bit: the bit of the word being waited on 135 * @word: the word being waited on, a kernel virtual address 136 * @bit: the bit of the word being waited on 161 * @word: the word being waited on, a kernel virtual address 162 * @bit: the bit of the word being waited on [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | init-valkey-server | 37 waited=0 40 while [ $processOff -eq 0 ] && [ $waited -le $waitAfterTerm ] ; do 42 ((waited+=${waitStep})) 51 waited=0 52 while [ $processOff -eq 0 ] && [ $waited -le $waitAfterKill ] ; do 54 ((waited+=${waitStep}))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | init-redis-server | 37 waited=0 40 while [ $processOff -eq 0 ] && [ $waited -le $waitAfterTerm ] ; do 42 ((waited+=${waitStep})) 51 waited=0 52 while [ $processOff -eq 0 ] && [ $waited -le $waitAfterKill ] ; do 54 ((waited+=${waitStep}))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/ |
H A D | init-redis-server | 37 waited=0 40 while [ $processOff -eq 0 ] && [ $waited -le $waitAfterTerm ] ; do 42 ((waited+=${waitStep})) 51 waited=0 52 while [ $processOff -eq 0 ] && [ $waited -le $waitAfterKill ] ; do 54 ((waited+=${waitStep}))
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_spawn.py | 19 sent to the process, and responses waited for. 37 self.waited = False 96 if self.waited: 103 self.waited = True
|
/openbmc/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",
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
H A D | cache.json | 11 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 14 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 19 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 24 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 29 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 32 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/openbmc/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
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ac.h | 19 #define B43_PHY_AC_CLASSCTL_WAITEDEN 0x0004 /* Waited enable */
|
/openbmc/linux/kernel/sched/ |
H A D | wait_bit.c | 132 * @word: the word being waited on, a kernel virtual address 133 * @bit: the bit of the word being waited on
|
/openbmc/linux/include/linux/reset/ |
H A D | reset-simple.h | 31 * waited for between an assert and a deassert to reset the
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | trace_hv.h | 461 __field(int, waited) 467 __entry->waited = do_sleep; 472 __entry->waited ? "wait" : "poll",
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
H A D | cache.json | 11 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 14 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 19 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 24 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 29 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 32 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/ |
H A D | cache.json | 11 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 14 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 19 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 24 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 29 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 32 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | cache.json | 18 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 21 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 26 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 31 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 44 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 47 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/openbmc/openbmc/poky/bitbake/contrib/ |
H A D | bbparse-torture.py | 78 print("Run #%d: Waited too long. Possible deadlock!" % run_num)
|
/openbmc/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()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-fs-orangefs | 58 Slots are requested and waited for,
|
/openbmc/linux/arch/parisc/lib/ |
H A D | delay.c | 55 * make sure we waited long enough. Rebalance the in __cr16_delay()
|
/openbmc/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." 260 …les in which the oldest instruction in the pipeline suffered a TLB miss and waited for it resolve." 360 …s in which the oldest instruction in the pipeline suffered an ERAT miss and waited for it resolve."
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_test.c | 464 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_exec() 471 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec() 546 ksft_print_msg("Parent: Child process waited for.\n"); in test_pidfd_poll_leader_exit()
|
/openbmc/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()
|