/linux/Documentation/locking/ |
H A D | ww-mutex-design.rst | 2 Wound/Wait Deadlock-Proof Mutex Design 37 and the deadlock handling approach is called Wait-Die. The name is based on 41 and dies. Hence Wait-Die. 42 There is also another algorithm called Wound-Wait: 46 transaction. Hence Wound-Wait. 48 However, the Wound-Wait algorithm is typically stated to generate fewer backoffs 49 compared to Wait-Die, but is, on the other hand, associated with more work than 50 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive 54 Wound-Wait transaction is considered preempted when it dies (returning 72 class also specifies what algorithm to use, Wound-Wait or Wait-Die. [all …]
|
/linux/arch/arm/mach-lpc32xx/ |
H A D | suspend.S | 50 @ Wait for SDRAM busy status to go busy and then idle
|
/linux/arch/arm/common/ |
H A D | vlock.S | 67 @ Wait for the current round of voting to finish:
|
H A D | mcpm_head.S | 128 @ Wait for any previously-pending cluster teardown operations to abort
|
/linux/Documentation/driver-api/ |
H A D | basics.rst | 60 Wait queues and Wake events
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | request-func-poll.rst | 13 request-poll - Wait for some event on a file descriptor
|
/linux/Documentation/usb/ |
H A D | gadget_printer.rst | 225 /* Wait for up to 1 second for data. */ 282 /* Wait for up to 1 second to sent data. */ 304 /* Wait until the data has been sent. */
|
/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-func-poll.rst | 13 cec-poll - Wait for some event on a file descriptor
|
/linux/Documentation/admin-guide/mm/ |
H A D | soft-dirty.rst | 13 2. Wait some time.
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | e500mc_power_isa.dtsi | 55 power-isa-wt; // Wait
|
H A D | e5500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
H A D | e6500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
/linux/Documentation/admin-guide/acpi/ |
H A D | cppc_sysfs.rst | 69 Wait or run some workload
|
/linux/arch/arm/mm/ |
H A D | proc-sa110.S | 101 mcr p15, 0, r0, c15, c8, 2 @ Wait for interrupt, cache aligned
|
H A D | proc-arm1022.S | 106 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
|
H A D | proc-arm1026.S | 106 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
|
/linux/arch/sh/kernel/ |
H A D | head_32.S | 329 SYNCO() ! Wait for pending instructions..
|
/linux/Documentation/userspace-api/ |
H A D | futex2.rst | 23 Wait on an array of futexes, wake on any::
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.seq | 420 /* Wait for the byte */ 526 /* Wait for preceding I/O session to complete. */ 656 * Main loop for information transfer phases. Wait for the 1052 * FIFOEMP can lag LAST_SEG_DONE. Wait a few 1193 /* Wait for the idle loop to complete */ 1445 * Wait for our ACK to go-away on it's own 1464 * Status phase. Wait for the data byte to appear, then read it 1705 * XXX - Wait for more testing. 2002 /* Wait for preceding I/O session to complete. */ 2264 /* Wait for at least 8 bytes of data to arrive. */ [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-pinephone-pro.dts | 146 * Wait between power-on and SDIO access for CYP43455 151 * Wait between consecutive toggles for CYP43455 CBUCK
|
/linux/Documentation/misc-devices/ |
H A D | spear-pcie-gadget.rst | 132 Wait till it returns UP.
|
/linux/Documentation/driver-api/rapidio/ |
H A D | mport_cdev.rst | 54 - Check/Wait for completion of asynchronous DMA data transfer
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-poll.rst | 13 v4l2-poll - Wait for some event on a file descriptor
|
/linux/arch/arm/mach-omap2/ |
H A D | sleep44xx.S | 359 wfi @ Wait For Interrupt
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | pxa_camera.rst | 43 | STOP | | Wait for capture start |
|