Searched refs:chance (Results 1 – 25 of 90) sorted by relevance
1234
/Linux-v5.15/fs/ubifs/ |
D | debug.c | 2468 static inline int chance(unsigned int n, unsigned int out_of) in chance() function 2482 if (chance(1, 2)) { in power_cut_emulated() 2485 if (chance(1, 2)) { in power_cut_emulated() 2511 if (write && chance(1, 2)) in power_cut_emulated() 2513 if (chance(19, 20)) in power_cut_emulated() 2517 if (chance(19, 20)) in power_cut_emulated() 2521 if (write && chance(99, 100)) in power_cut_emulated() 2523 if (chance(399, 400)) in power_cut_emulated() 2527 if (write && chance(7, 8)) in power_cut_emulated() 2529 if (chance(19, 20)) in power_cut_emulated() [all …]
|
/Linux-v5.15/Documentation/power/ |
D | tricks.rst | 15 wrong, force fsck when you have a chance]
|
D | video.rst | 87 chance of working.
|
/Linux-v5.15/Documentation/admin-guide/ |
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.
|
D | bootconfig.rst | 178 loader passes the correct initrd file size. If by any chance, the boot
|
/Linux-v5.15/Documentation/driver-api/mmc/ |
D | mmc-dev-parts.rst | 18 platform, write access is disabled by default to reduce the chance of
|
/Linux-v5.15/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
|
/Linux-v5.15/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
|
D | sysfs-bus-nfit | 215 the chance that a driver does not properly quiesce bus-mastering
|
/Linux-v5.15/Documentation/scsi/ |
D | dc395x.rst | 115 reliable driver, there is a chance, that it will kill your valuable data.
|
/Linux-v5.15/Documentation/PCI/ |
D | pci-error-recovery.rst | 35 It also gives the drivers a chance to defer incoming I/O as 134 a chance to cleanup, waiting for pending stuff (timers, whatever, etc...) 146 a chance to extract some diagnostic information (see 283 This call gives drivers the chance to re-initialize the hardware
|
/Linux-v5.15/Documentation/timers/ |
D | timers-howto.rst | 96 The larger a range you supply, the greater a chance
|
/Linux-v5.15/Documentation/driver-api/driver-model/ |
D | binding.rst | 39 chance to verify that it really does support the hardware, and that
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | rdma.rst | 30 in other cgroup or kernel space ULPs may not even get chance to allocate any
|
/Linux-v5.15/Documentation/security/ |
D | siphash.rst | 117 On the off-chance that SipHash is not fast enough for your needs, you might be
|
/Linux-v5.15/Documentation/vm/ |
D | balance.rst | 68 so as to give a fighting chance for replace_with_highmem() to get a
|
/Linux-v5.15/Documentation/driver-api/md/ |
D | raid5-cache.rst | 31 resync completes, any system crash will expose the chance of real data
|
/Linux-v5.15/Documentation/crypto/ |
D | devel-algos.rst | 230 to .init() or .update(), since there might be no chance to free them.
|
/Linux-v5.15/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6328.txt | 11 controlled, so the only chance to keep them working is by using this driver.
|
/Linux-v5.15/Documentation/m68k/ |
D | buddha-driver.rst | 36 otherwise your chance is only 1:16 to find the board :-).
|
/Linux-v5.15/Documentation/networking/ |
D | nf_flowtable.rst | 200 a chance to offload the flow to the network device.
|
/Linux-v5.15/Documentation/driver-api/usb/ |
D | persist.rst | 147 manufacturer, same IDs, and so on) there's an excellent chance the
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-design-CFS.rst | 74 more and more to the right --- slowly but surely giving a chance for every task
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | open.rst | 113 of leaving it to chance. When the driver supports multiple devices of
|
/Linux-v5.15/Documentation/filesystems/ |
D | relay.rst | 369 occur yet, i.e. until the consumer has had a chance to read the 417 give the client a chance to reserve space in it. In this case the
|
1234