Home
last modified time | relevance | path

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

12345678910>>...21

/linux/block/
H A Derror-injection.c19 /* only inject every 1 / chance times */
20 unsigned int chance; member
45 if (inj->chance > 1 && (get_random_u32() % inj->chance) != 0) in __blk_error_inject()
63 unsigned int chance) in error_inject_add() argument
88 inj->chance = chance; in error_inject_add()
153 { Opt_chance, "chance=%u" },
189 unsigned int option_mask = 0, chance = 1; in blk_error_injection_parse_options() local
228 error = match_uint(args, &chance); in blk_error_injection_parse_options()
229 if (!error && chance == 0) in blk_error_injection_parse_options()
243 chance); in blk_error_injection_parse_options()
[all …]
/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.
/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.
/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.
/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()
/linux/Documentation/power/
H A Dtricks.rst15 wrong, force fsck when you have a chance]
/linux/arch/arm/mach-omap1/
H A Dserial.h26 * and addruart has a chance to read OMAP_UART_INFO
/linux/arch/sh/include/uapi/asm/
H A Dcpu-features.h10 * mapping of the processor flags has a chance of being
/linux/Documentation/devicetree/bindings/serial/
H A Dserial-peripheral-props.yaml32 This should only be present in case a driver has no chance to know
/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt133 gives scripts a chance to do setup tasks:
142 processed and gives scripts a chance to do end-of-script tasks, such
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-edac36 panic_on_ue is set, this counter will not have a chance to
156 counter will not have a chance to increment, since EDAC will panic the
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-parts.rst18 platform, write access is disabled by default to reduce the chance of
/linux/arch/arm/include/asm/hardware/
H A Dioc.h17 * chance to keep IOC_BASE in a register.
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_demod.h24 * a chance of losing sync.
/linux/arch/mips/pci/
H A Dpci-xtalk-bridge.c136 * generic PCI code a chance to look at it for real ... in pci_conf0_read_config()
175 * generic PCI code a chance to look at it for real ... in pci_conf1_read_config()
221 * generic PCI code a chance to look at it for real ... in pci_conf0_write_config()
262 * generic PCI code a chance to look at it for real ... in pci_conf1_write_config()
/linux/arch/x86/coco/tdx/
H A Dtdx-shared.c55 * Try larger accepts first. It gives chance to VMM to keep in tdx_accept_memory()
/linux/arch/parisc/include/asm/
H A Dmmu_context.h83 * Activate_mm is our one chance to allocate a space id in activate_mm()
/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_preempt.c190 * firing the interrupt, but there is a non zero chance of a hardware in a5xx_preempt_irq()
192 * chance to finish. If that happens, log and go for recovery in a5xx_preempt_irq()
/linux/tools/testing/selftests/arm64/pauth/
H A Dpac.c272 * different, there is about 5% chance for PACs to collide with in TEST()
273 * different addresses. This chance rapidly increases with fewer bits in TEST()
/linux/io_uring/
H A Dtw.c80 * Give it a chance to finish rather than spinning, in tctx_task_work_run()
321 * queue yet (see mpscq_pop()). Give it a chance to finish rather in __io_run_local_work()
/linux/tools/include/uapi/
H A DREADME51 burden, double the chance for mistakes, plus there's no tech-driven
/linux/arch/powerpc/lib/
H A Dmemcpy_power7.S184 lwz r0,0(r4) /* Less chance of a reject with word ops */
455 lwz r0,0(r4) /* Less chance of a reject with word ops */
607 lwz r0,0(r4) /* Less chance of a reject with word ops */
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_power7.S184 lwz r0,0(r4) /* Less chance of a reject with word ops */
455 lwz r0,0(r4) /* Less chance of a reject with word ops */
607 lwz r0,0(r4) /* Less chance of a reject with word ops */
/linux/arch/openrisc/kernel/
H A Dsync-timer.c44 * value all at once. This reduces the chance of having random offsets in synchronise_count_master()
/linux/arch/mips/kernel/
H A Dreset.c42 * Mask all interrupts, giving us a better chance of remaining in the in machine_hang()

12345678910>>...21