Searched refs:Wait (Results 1 – 25 of 64) sorted by relevance
123
/Linux-v5.10/Documentation/locking/ |
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-v5.10/drivers/block/paride/ |
D | pd.c | 360 enum action {Fail = 0, Ok = 1, Hold, Wait}; enumerator 472 case Wait: in run_fsm() 548 return Wait; in do_pd_read_start() 563 return Wait; in do_pd_write_start() 572 return Wait; in do_pd_write_start() 600 return Wait; in do_pd_read_drq() 620 return Wait; in do_pd_write_done()
|
/Linux-v5.10/arch/arm/mach-lpc32xx/ |
D | suspend.S | 52 @ Wait for SDRAM busy status to go busy and then idle
|
/Linux-v5.10/arch/arm/common/ |
D | vlock.S | 65 @ Wait for the current round of voting to finish:
|
D | mcpm_head.S | 126 @ Wait for any previously-pending cluster teardown operations to abort
|
/Linux-v5.10/Documentation/driver-api/ |
D | basics.rst | 39 Wait queues and Wake events
|
/Linux-v5.10/Documentation/userspace-api/media/mediactl/ |
D | request-func-poll.rst | 13 request-poll - Wait for some event on a file descriptor
|
/Linux-v5.10/Documentation/userspace-api/media/cec/ |
D | cec-func-poll.rst | 13 cec-poll - Wait for some event on a file descriptor
|
/Linux-v5.10/Documentation/usb/ |
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-v5.10/Documentation/admin-guide/mm/ |
D | soft-dirty.rst | 15 2. Wait some time.
|
/Linux-v5.10/Documentation/admin-guide/acpi/ |
D | cppc_sysfs.rst | 67 Wait or run some workload
|
/Linux-v5.10/arch/powerpc/boot/dts/fsl/ |
D | e500mc_power_isa.dtsi | 55 power-isa-wt; // Wait
|
D | e5500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
D | e6500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
/Linux-v5.10/arch/arm/mm/ |
D | proc-sa110.S | 98 mcr p15, 0, r0, c15, c8, 2 @ Wait for interrupt, cache aligned
|
D | proc-arm940.S | 66 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
|
D | proc-arm1020e.S | 103 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
|
D | proc-arm1022.S | 103 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
|
D | proc-arm1026.S | 103 mcr p15, 0, r0, c7, c0, 4 @ Wait for interrupt
|
/Linux-v5.10/arch/sh/kernel/ |
D | head_32.S | 329 SYNCO() ! Wait for pending instructions..
|
/Linux-v5.10/drivers/scsi/aic7xxx/ |
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-v5.10/Documentation/misc-devices/ |
D | spear-pcie-gadget.rst | 132 Wait till it returns UP.
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | func-poll.rst | 13 v4l2-poll - Wait for some event on a file descriptor
|
/Linux-v5.10/Documentation/driver-api/rapidio/ |
D | mport_cdev.rst | 54 - Check/Wait for completion of asynchronous DMA data transfer
|
/Linux-v5.10/arch/arm/mach-omap2/ |
D | sleep44xx.S | 359 wfi @ Wait For Interrupt
|
123