Searched refs:chance (Results 1 – 25 of 78) sorted by relevance
1234
/Linux-v4.19/fs/ubifs/ |
D | debug.c | 2454 static inline int chance(unsigned int n, unsigned int out_of) in chance() function 2468 if (chance(1, 2)) { in power_cut_emulated() 2471 if (chance(1, 2)) { in power_cut_emulated() 2497 if (write && chance(1, 2)) in power_cut_emulated() 2499 if (chance(19, 20)) in power_cut_emulated() 2503 if (chance(19, 20)) in power_cut_emulated() 2507 if (write && chance(99, 100)) in power_cut_emulated() 2509 if (chance(399, 400)) in power_cut_emulated() 2513 if (write && chance(7, 8)) in power_cut_emulated() 2515 if (chance(19, 20)) in power_cut_emulated() [all …]
|
/Linux-v4.19/Documentation/power/ |
D | tricks.txt | 13 wrong, force fsck when you have a chance]
|
D | video.txt | 86 chance of working.
|
/Linux-v4.19/Documentation/ |
D | lockup-watchdogs.txt | 10 details), without giving other tasks a chance to run. The current 20 details), without letting other interrupts have a chance to run.
|
D | siphash.txt | 117 On the off-chance that SipHash is not fast enough for your needs, you might be
|
/Linux-v4.19/Documentation/mmc/ |
D | mmc-dev-parts.txt | 17 platform, write access is disabled by default to reduce the chance of
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | slave-device.txt | 25 only be present in case a driver has no chance to know
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-script-perl.txt | 133 gives scripts a chance to do setup tasks: 142 processed and gives scripts a chance to do end-of-script tasks, such
|
D | perf-script-python.txt | 528 gives scripts a chance to do setup tasks: 536 processed and gives scripts a chance to do end-of-script tasks, such
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 36 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-v4.19/Documentation/scsi/ |
D | dc395x.txt | 100 reliable driver, there is a chance, that it will kill your valuable data.
|
/Linux-v4.19/Documentation/timers/ |
D | timers-howto.txt | 89 The larger a range you supply, the greater a chance
|
/Linux-v4.19/Documentation/PCI/ |
D | pci-error-recovery.txt | 34 It also gives the drivers a chance to defer incoming I/O as 129 a chance to cleanup, waiting for pending stuff (timers, whatever, etc...) 140 a chance to extract some diagnostic information (see 267 This call gives drivers the chance to re-initialize the hardware
|
/Linux-v4.19/Documentation/driver-model/ |
D | binding.txt | 38 chance to verify that it really does support the hardware, and that
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | rdma.txt | 29 in other cgroup or kernel space ULPs may not even get chance to allocate any
|
/Linux-v4.19/Documentation/vm/ |
D | balance.rst | 68 so as to give a fighting chance for replace_with_highmem() to get a
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | open.rst | 29 of leaving it to chance. When the driver supports multiple devices of
|
/Linux-v4.19/Documentation/md/ |
D | raid5-cache.txt | 29 resync completes, any system crash will expose the chance of real data
|
/Linux-v4.19/Documentation/blockdev/ |
D | ramdisk.txt | 91 sequence so that you have a chance to switch floppy disks.
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6328.txt | 11 controlled, so the only chance to keep them working is by using this driver.
|
/Linux-v4.19/Documentation/networking/caif/ |
D | spi_porting.txt | 33 you a chance to set up your hardware to be ready to receive
|
/Linux-v4.19/Documentation/crypto/ |
D | devel-algos.rst | 245 to .init() or .update(), since there might be no chance to free them.
|
/Linux-v4.19/Documentation/m68k/ |
D | README.buddha | 33 otherwise your chance is only 1:16 to find the board :-).
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | persist.rst | 147 manufacturer, same IDs, and so on) there's an excellent chance the
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 71 more and more to the right --- slowly but surely giving a chance for every task
|
1234