| /kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
| 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.
|
| /kernel/linux/linux-6.6/tools/testing/selftests/firmware/ |
| 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.
|
| /kernel/linux/linux-5.10/arch/m68k/sun3/prom/ |
| D | misc.c | 28 /* Drop into the prom, with the chance to continue with the 'go' 37 * No chance of continuing.
|
| /kernel/linux/linux-6.6/arch/m68k/sun3/prom/ |
| D | misc.c | 28 /* Drop into the prom, with the chance to continue with the 'go' 37 * No chance of continuing.
|
| /kernel/linux/linux-6.6/arch/sparc/prom/ |
| D | misc_32.c | 51 /* Drop into the prom, with the chance to continue with the 'go' 67 * No chance of continuing.
|
| /kernel/linux/linux-5.10/arch/sparc/prom/ |
| D | misc_32.c | 51 /* Drop into the prom, with the chance to continue with the 'go' 67 * No chance of continuing.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | shmparam.h | 9 * To reduce the chance of this, we set SHMLBA to 1MB. --davidm 00/12/20
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | shmparam.h | 9 * To reduce the chance of this, we set SHMLBA to 1MB. --davidm 00/12/20
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | rwsem.h | 26 * other to increase the chance that they will share the same cacheline. 32 * reduce the chance that they will share the same cacheline causing
|
| /kernel/linux/linux-6.6/sound/firewire/tascam/ |
| 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()
|
| /kernel/linux/linux-5.10/sound/firewire/tascam/ |
| 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()
|
| /kernel/linux/linux-6.6/Documentation/power/ |
| D | tricks.rst | 15 wrong, force fsck when you have a chance]
|
| /kernel/linux/linux-5.10/Documentation/power/ |
| D | tricks.rst | 15 wrong, force fsck when you have a chance]
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
| 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()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
| D | serial.h | 26 * and addruart has a chance to read OMAP_UART_INFO
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
| D | serial.h | 26 * and addruart has a chance to read OMAP_UART_INFO
|
| /kernel/linux/linux-5.10/arch/sh/include/uapi/asm/ |
| D | cpu-features.h | 10 * mapping of the processor flags has a chance of being
|
| /kernel/linux/linux-6.6/arch/sh/include/uapi/asm/ |
| D | cpu-features.h | 10 * mapping of the processor flags has a chance of being
|
| /kernel/linux/linux-6.6/include/linux/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/PCI/ |
| 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
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|