Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 61) sorted by relevance

123

/Linux-v4.19/Documentation/locking/
Dww-mutex-design.txt1 Wound/Wait Deadlock-Proof Mutex Design
36 and the deadlock handling approach is called Wait-Die. The name is based on
40 and dies. Hence Wait-Die.
41 There is also another algorithm called Wound-Wait:
45 transaction. Hence Wound-Wait.
47 However, the Wound-Wait algorithm is typically stated to generate fewer backoffs
48 compared to Wait-Die, but is, on the other hand, associated with more work than
49 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive
53 Wound-Wait transaction is considered preempted when it dies (returning
71 class also specifies what algorithm to use, Wound-Wait or Wait-Die.
[all …]
/Linux-v4.19/drivers/block/paride/
Dpd.c353 enum action {Fail = 0, Ok = 1, Hold, Wait}; enumerator
453 case Wait: in run_fsm()
522 return Wait; in do_pd_read_start()
537 return Wait; in do_pd_write_start()
546 return Wait; in do_pd_write_start()
574 return Wait; in do_pd_read_drq()
594 return Wait; in do_pd_write_done()
/Linux-v4.19/arch/arm/mach-lpc32xx/
Dsuspend.S53 @ Wait for SDRAM busy status to go busy and then idle
/Linux-v4.19/arch/arm/common/
Dvlock.S74 @ Wait for the current round of voting to finish:
Dmcpm_head.S130 @ Wait for any previously-pending cluster teardown operations to abort
/Linux-v4.19/Documentation/driver-api/
Dbasics.rst37 Wait queues and Wake events
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-func-poll.rst12 cec-poll - Wait for some event on a file descriptor
/Linux-v4.19/Documentation/usb/
Dgadget_printer.txt212 /* Wait for up to 1 second for data. */
269 /* Wait for up to 1 second to sent data. */
291 /* Wait until the data has been sent. */
/Linux-v4.19/Documentation/admin-guide/mm/
Dsoft-dirty.rst15 2. Wait some time.
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Dspi_pl022.txt40 - pl022,wait-state : Microwire interface: Wait state
/Linux-v4.19/Documentation/acpi/
Dcppc_sysfs.txt63 Wait or run some workload
/Linux-v4.19/arch/powerpc/boot/dts/fsl/
De500mc_power_isa.dtsi55 power-isa-wt; // Wait
De5500_power_isa.dtsi55 power-isa-wt; // Wait
De6500_power_isa.dtsi55 power-isa-wt; // Wait
/Linux-v4.19/arch/arm/mm/
Dproc-sa110.S101 mcr p15, 0, r0, c15, c8, 2 @ Wait for interrupt, cache aligned
Dproc-arm940.S70 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
Dproc-arm1020e.S117 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
Dproc-arm1022.S108 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
/Linux-v4.19/arch/sh/kernel/
Dhead_32.S332 SYNCO() ! Wait for pending instructions..
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.seq420 /* 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-v4.19/Documentation/media/uapi/v4l/
Dfunc-poll.rst12 v4l2-poll - Wait for some event on a file descriptor
/Linux-v4.19/arch/arm/mach-omap2/
Dsleep44xx.S359 wfi @ Wait For Interrupt
/Linux-v4.19/Documentation/rapidio/
Dmport_cdev.txt58 - Check/Wait for completion of asynchronous DMA data transfer
/Linux-v4.19/Documentation/media/v4l-drivers/
Dpxa_camera.rst41 | STOP | | Wait for capture start |
/Linux-v4.19/arch/arm/mach-at91/
Dpm_suspend.S73 wfi @ Wait For Interrupt

123