Home
last modified time | relevance | path

Searched full:until (Results 1 – 25 of 4047) sorted by relevance

12345678910>>...162

/Linux-v5.4/include/linux/
Dwait.h288 * wait_event - sleep until a condition gets true
292 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
327 * wait_event_freezable - sleep (or freeze) until a condition gets true
332 * to system load) until the @condition evaluates to true. The
353 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
358 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
416 * wait_event_cmd - sleep until a condition gets true
422 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
441 * wait_event_interruptible - sleep until a condition gets true
445 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-typec10 return until the operation has finished. The attribute is
25 write(2) to the attribute will not return until the operation
40 attribute will not return until the operation has finished.
56 the attribute will not return until the operation has finished.
145 value will show 0 until Discover Identity command result becomes
153 value will show 0 until Discover Identity command result becomes
161 will show 0 until Discover Identity command result becomes
205 value will show 0 until Discover Identity command result becomes
213 value will show 0 until Discover Identity command result becomes
221 will show 0 until Discover Identity command result becomes
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-qbuf.rst87 out to disk. Buffers remain locked until dequeued, until the
89 :ref:`VIDIOC_REQBUFS` ioctl is called, or until the
103 buffer then the result is undefined. Buffers remain locked until
104 dequeued, until the :ref:`VIDIOC_STREAMOFF <VIDIOC_STREAMON>` or
105 :ref:`VIDIOC_REQBUFS` ioctl is called, or until the
111 until the request itself is queued. Also, the driver will apply any
Dfunc-poll.rst42 until the driver has captured data or is ready to accept data for
45 When streaming I/O has been negotiated this function waits until a
48 function waits until the device is ready to accept a new buffer to be
79 it waits until data has been captured and can be read. When the driver
86 it waits until the driver is ready for a non-blocking
Dfunc-read.rst57 By default :ref:`read() <func-read>` blocks until data becomes available. When
62 execution until data becomes available. All drivers supporting the
72 application starts reading the buffer until the read is finished. Thus
84 A driver discarding the newest frames stops capturing until the next
Dvidioc-streamon.rst50 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON``
52 produced until ``VIDIOC_STREAMON`` has been called. The ioctl will
55 Memory-to-memory devices will not start until ``VIDIOC_STREAMON`` has
/Linux-v5.4/tools/testing/selftests/sync/
Dsync_fence.c44 /* Wait on fence until timeout */ in test_fence_one_timeline_wait()
46 ASSERT(ret == 0, "Failure waiting on fence until timeout\n"); in test_fence_one_timeline_wait()
52 /* Wait on fence until timeout */ in test_fence_one_timeline_wait()
54 ASSERT(ret == 0, "Failure waiting on fence until timeout\n"); in test_fence_one_timeline_wait()
106 /* confirm that d is not signaled until the max of a,b,c */ in test_fence_one_timeline_merge()
/Linux-v5.4/Documentation/
Drpmsg.txt79 In case there are no TX buffers available, the function will block until
80 one becomes available (i.e. until the remote processor consumes
102 In case there are no TX buffers available, the function will block until
103 one becomes available (i.e. until the remote processor consumes
126 In case there are no TX buffers available, the function will block until
127 one becomes available (i.e. until the remote processor consumes
146 return -ENOMEM without waiting until one becomes available.
167 return -ENOMEM without waiting until one becomes available.
188 return -ENOMEM without waiting until one becomes available.
/Linux-v5.4/arch/arm/mach-lpc32xx/
Dsuspend.S63 beq 2b @ Branch until idle
78 bne 3b @ Branch until self-refresh mode starts
97 @ Enter stop mode until an enabled event occurs
135 bne 5b @ Branch until self-refresh has exited
/Linux-v5.4/Documentation/hwmon/
Dadc128d818.rst26 be reasserted until the temperature drops below the HOT Hysteresis.
38 If an alarm triggers, it will remain triggered until the hardware register
41 caches the alarm status for each sensor until it is at least reported
Dds620.rst32 stays active until the temperature goes above temp1_max.
36 active until the temperature falls below temp1_min.
/Linux-v5.4/drivers/staging/speakup/
DDefaultKeyAssignments36 KeyPad-Enter Shut Up (until another key is hit) and sync reading cursor
37 InsKeyPad-Enter Shut Up (until toggled back on).
44 synth until it has caught up with what is being printed on the
/Linux-v5.4/arch/powerpc/include/asm/
Ddelay.h34 * spin_event_timeout - spin until a condition gets true or a timeout elapses
40 * The process spins until the condition evaluates to true (non-zero) or the
47 * until a status bit changes. The timeout ensures that the loop still
Dbarrier.h59 * started until the value of the argument x is known. For example, if
61 * instructions from being executed until the load has been performed.
89 * Prevent execution of subsequent instructions until preceding branches have
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_mdio.c54 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_c22_format()
90 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read()
99 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read()
131 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write()
140 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write()
242 /* Wait until any existing MII operation is complete */ in stmmac_mdio_write()
251 /* Wait until any existing MII operation is complete */ in stmmac_mdio_write()
297 * It doesn't complete its reset until at least one clock cycle in stmmac_mdio_reset()
/Linux-v5.4/drivers/staging/most/Documentation/ABI/
Dconfigfs-most.txt50 configuration, the creation is post-poned until
94 configuration, the creation is post-poned until
138 configuration, the creation is post-poned until
192 configuration, the creation is post-poned until
/Linux-v5.4/Documentation/driver-api/firmware/
Drequest_firmware.rst15 Synchronous firmware requests will wait until the firmware is found or until
42 until the firmware or an error is returned. Function callbacks are
/Linux-v5.4/Documentation/scheduler/
Dsched-arch.rst30 be cleared until the running task has called schedule(). Idle
38 need_resched is if we are about to sleep the processor until
48 __asm__("sleep until next interrupt");
/Linux-v5.4/fs/ocfs2/cluster/
Dquorum.c9 /* This quorum hack is only here until we transition to some more rational
193 /* as a node comes up we delay the quorum decision until we know the fate of
195 * perpetuated by con_err until hb_down. if we already have a conn, we might
261 * quorum decision until we see it heartbeating. the hold will be droped in
262 * hb_up or hb_down. it might be perpetuated by con_err until hb_down. if
288 * still heartbeating we grab a hold that will delay decisions until either the
/Linux-v5.4/arch/nios2/mm/
Dtlb.c51 /* remember pid/way until we return. */ in replace_tlb_one_pid()
132 /* remember pid/way until we return. */ in flush_tlb_one()
176 /* remember pid/way until we return */ in dump_tlb_line()
224 /* remember pid/way until we return */ in flush_tlb_pid()
273 /* remember pid/way until we return */ in flush_tlb_all()
/Linux-v5.4/drivers/clk/qcom/
Dlpasscc-sdm845.c45 /* CLK_OFF would not toggle until LPASS is out of reset */
59 /* CLK_OFF would not toggle until LPASS is out of reset */
73 /* CLK_OFF would not toggle until LPASS is out of reset */
/Linux-v5.4/Documentation/RCU/
DNMI-RCU.txt81 up any data structures used by the old NMI handler until execution
91 This works because (as of v4.20) synchronize_rcu() blocks until all
95 not to return until all ongoing NMI handlers exit. It is therefore safe
/Linux-v5.4/kernel/locking/
Dmcs_spinlock.h61 * on this node->locked until the previous lock holder sets the node->locked
93 /* Wait until the lock holder passes the lock down. */ in mcs_spin_lock()
112 /* Wait until the next pointer is set */ in mcs_spin_unlock()
/Linux-v5.4/drivers/block/paride/
DTransition-notes40 pd.c, everything until returning 1 or setting or setting ->claim_cont
42 * in pi_do_claimed() when called from pd.c, everything until the call
43 of pi_do_claimed() plus the everything until the call of cont() if
100 in the area, under pi_spinlock and we do not release it until after leaving
/Linux-v5.4/tools/testing/selftests/livepatch/
Dfunctions.sh55 # loop_until(cmd) - loop a command until it is successful or $MAX_RETRIES,
116 # but do not wait on until the transition finishes
143 # Wait until the transition finishes ...
197 # Wait until the transition finishes and the livepatch gets

12345678910>>...162