/openbmc/linux/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 29 # Give kernel a chance to react. 56 # Give kernel a chance to react. 85 # Give kernel a chance to react. 118 # Give kernel a chance to react.
|
/openbmc/linux/arch/m68k/sun3/prom/ |
H A D | misc.c | 28 /* Drop into the prom, with the chance to continue with the 'go' 37 * No chance of continuing.
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | pauth-2.c | 28 * and so a 1/128 chance of encode = pac(value,key,salt) producing in do_test() 45 * is a chance of choosing another salt that works. in do_test()
|
H A D | pauth-5.c | 22 * a 1/128 chance of auth = pac(ptr,key,salt) producing zero. in main()
|
/openbmc/linux/arch/sparc/prom/ |
H A D | misc_32.c | 51 /* Drop into the prom, with the chance to continue with the 'go' 67 * No chance of continuing.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | lockup-watchdogs.rst | 10 details), without giving other tasks a chance to run. The current 20 details), without letting other interrupts have a chance to run.
|
/openbmc/u-boot/env/ |
H A D | ubi.c | 101 * In case we have restarted u-boot there is a chance that buffer in env_ubi_load() 142 * In case we have restarted u-boot there is a chance that buffer in env_ubi_load()
|
/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/ |
H A D | BiosTablesTest.c | 75 // manager menu will be pulled up. Give the user a chance to read the error in BiosTablesTestMain() 141 // gives the user a chance to read the info printed above. in BiosTablesTestMain()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | shmparam.h | 9 * To reduce the chance of this, we set SHMLBA to 1MB. --davidm 00/12/20
|
/openbmc/linux/sound/firewire/tascam/ |
H A D | tascam-transaction.c | 101 /* Transfer it in next chance in another condition. */ in fill_message() 186 /* Do it in next chance. */ in midi_port_work() 199 /* Do it in next chance, immediately. */ in midi_port_work()
|
/openbmc/linux/Documentation/power/ |
H A D | tricks.rst | 15 wrong, force fsck when you have a chance]
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | wic-tools.bb | 22 # be removed before wic has a chance to use it, hence the exclusion below.
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | intr.c | 105 * The HW needs time to finish its link up state change. Give it that chance. 155 /* HW needs LINK_UP_DELAY to settle, give it that chance */ in handle_linkup_change()
|
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config/ |
H A D | watchdog.conf | 35 # This greatly decreases the chance that watchdog won't be scheduled before
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | serial.h | 26 * and addruart has a chance to read OMAP_UART_INFO
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | cpu-features.h | 10 * mapping of the processor flags has a chance of being
|
/openbmc/linux/include/linux/ |
H A D | rwsem.h | 39 * other to increase the chance that they will share the same cacheline. 45 * reduce the chance that they will share the same cacheline causing
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-image/ |
H A D | clang.patch | 2 but there is a chance when NDEBUG is defined
|
/openbmc/qemu/tests/docker/ |
H A D | test-tsan | 28 # We have maxed out the history size to get the best chance of finding
|
/openbmc/linux/Documentation/PCI/ |
H A D | pci-error-recovery.rst | 35 It also gives the drivers a chance to defer incoming I/O as 135 a chance to cleanup, waiting for pending stuff (timers, whatever, etc...) 147 a chance to extract some diagnostic information (see 284 This call gives drivers the chance to re-initialize the hardware
|
/openbmc/u-boot/arch/x86/cpu/queensbay/ |
H A D | Kconfig | 64 This gives a chance for U-Boot to run PCI/PCIe based graphics
|
/openbmc/linux/Documentation/driver-api/mmc/ |
H A D | mmc-dev-parts.rst | 18 platform, write access is disabled by default to reduce the chance of
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/ |
H A D | libmodule-runtime-perl_0.016.bb | 10 there's a good chance of it changing in Perl 5.18. \
|
/openbmc/u-boot/fs/ubifs/ |
H A D | debug.c | 2494 static inline int chance(unsigned int n, unsigned int out_of) in chance() function 2508 if (chance(1, 2)) { in power_cut_emulated() 2511 if (chance(1, 2)) { in power_cut_emulated() 2537 if (write && chance(1, 2)) in power_cut_emulated() 2539 if (chance(19, 20)) in power_cut_emulated() 2543 if (chance(19, 20)) in power_cut_emulated() 2547 if (write && chance(99, 100)) in power_cut_emulated() 2549 if (chance(399, 400)) in power_cut_emulated() 2553 if (write && chance(7, 8)) in power_cut_emulated() 2555 if (chance(19, 20)) in power_cut_emulated() [all …]
|
/openbmc/linux/fs/ubifs/ |
H A D | debug.c | 2472 static inline int chance(unsigned int n, unsigned int out_of) in chance() function 2486 if (chance(1, 2)) { in power_cut_emulated() 2489 if (chance(1, 2)) { in power_cut_emulated() 2515 if (write && chance(1, 2)) in power_cut_emulated() 2517 if (chance(19, 20)) in power_cut_emulated() 2521 if (chance(19, 20)) in power_cut_emulated() 2525 if (write && chance(99, 100)) in power_cut_emulated() 2527 if (chance(399, 400)) in power_cut_emulated() 2531 if (write && chance(7, 8)) in power_cut_emulated() 2533 if (chance(19, 20)) in power_cut_emulated() [all …]
|