Home
last modified time | relevance | path

Searched full:chance (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/openbmc/linux/tools/testing/selftests/firmware/
H A Dfw_fallback.sh29 # 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 Dmisc.c28 /* Drop into the prom, with the chance to continue with the 'go'
37 * No chance of continuing.
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-2.c28 * 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 Dpauth-5.c22 * a 1/128 chance of auth = pac(ptr,key,salt) producing zero. in main()
/openbmc/linux/arch/sparc/prom/
H A Dmisc_32.c51 /* Drop into the prom, with the chance to continue with the 'go'
67 * No chance of continuing.
/openbmc/linux/Documentation/admin-guide/
H A Dlockup-watchdogs.rst10 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 Dubi.c101 * 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 DBiosTablesTest.c75 // 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 Dshmparam.h9 * To reduce the chance of this, we set SHMLBA to 1MB. --davidm 00/12/20
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-transaction.c101 /* 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 Dtricks.rst15 wrong, force fsck when you have a chance]
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dwic-tools.bb22 # be removed before wic has a chance to use it, hence the exclusion below.
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dintr.c105 * 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 Dwatchdog.conf35 # This greatly decreases the chance that watchdog won't be scheduled before
/openbmc/linux/arch/arm/mach-omap1/
H A Dserial.h26 * and addruart has a chance to read OMAP_UART_INFO
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dcpu-features.h10 * mapping of the processor flags has a chance of being
/openbmc/linux/include/linux/
H A Drwsem.h39 * 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 Dclang.patch2 but there is a chance when NDEBUG is defined
/openbmc/qemu/tests/docker/
H A Dtest-tsan28 # We have maxed out the history size to get the best chance of finding
/openbmc/linux/Documentation/PCI/
H A Dpci-error-recovery.rst35 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 DKconfig64 This gives a chance for U-Boot to run PCI/PCIe based graphics
/openbmc/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-parts.rst18 platform, write access is disabled by default to reduce the chance of
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/
H A Dlibmodule-runtime-perl_0.016.bb10 there's a good chance of it changing in Perl 5.18. \
/openbmc/u-boot/fs/ubifs/
H A Ddebug.c2494 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 Ddebug.c2472 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 …]

12345678910>>...38