/Linux-v5.15/include/linux/ |
D | wait.h | 303 * wait_event - sleep until a condition gets true 307 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 342 * wait_event_freezable - sleep (or freeze) until a condition gets true 347 * to system load) until the @condition evaluates to true. The 368 * wait_event_timeout - sleep until a condition gets true or a timeout elapses 373 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 431 * wait_event_cmd - sleep until a condition gets true 437 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 456 * wait_event_interruptible - sleep until a condition gets true 460 * The process is put to sleep (TASK_INTERRUPTIBLE) until the [all …]
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_drv.h | 227 * until all current in-flight work is complete, swap in the new 233 * actual context until after the client is done configuring it 237 * right up until the point where we attempt to do something which 1311 #define IS_GRAPHICS_VER(i915, from, until) \ argument 1312 (GRAPHICS_VER(i915) >= (from) && GRAPHICS_VER(i915) <= (until)) 1317 #define IS_MEDIA_VER(i915, from, until) \ argument 1318 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until)) 1321 #define IS_DISPLAY_VER(i915, from, until) \ argument 1322 (DISPLAY_VER(i915) >= (from) && DISPLAY_VER(i915) <= (until)) 1331 #define IS_DISPLAY_STEP(__i915, since, until) \ argument [all …]
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-typec | 10 return until the operation has finished. The attribute is 25 return until the operation has finished. The attribute is 40 attribute will not return until the operation has finished. 59 the attribute will not return until the operation has finished. 165 during Power Delivery discovery. This file remains hidden until a value 259 This file remains hidden until a value greater than or equal to 0 288 value will show 0 until Discover Identity command result becomes 296 value will show 0 until Discover Identity command result becomes 304 will show 0 until Discover Identity command result becomes 312 The value will show 0 until Discover Identity command result becomes [all …]
|
D | configfs-most | 60 configuration, the creation is post-poned until 115 configuration, the creation is post-poned until 170 configuration, the creation is post-poned until 236 configuration, the creation is post-poned until
|
/Linux-v5.15/tools/testing/selftests/kvm/ |
D | set_memory_region_test.c | 63 * Loop until the guest is done. Re-enter the guest on all MMIO exits, in vcpu_worker() 157 * Spin until the memory region starts getting moved to a in guest_code_move_memory_region() 165 /* Spin until the misaligning memory region move completes. */ in guest_code_move_memory_region() 169 /* Spin until the memory region starts to get re-aligned. */ in guest_code_move_memory_region() 173 /* Spin until the re-aligning memory region move completes. */ in guest_code_move_memory_region() 200 * a tiny window. Spin and defer the sync until the memslot is in test_move_memory_region() 228 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region() 232 /* Spin until the memory region is recreated. */ in guest_code_delete_memory_region() 236 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region() 246 /* Spin indefinitely (until the code memslot is deleted). */ in guest_code_delete_memory_region()
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | func-poll.rst | 32 until the driver has captured data or is ready to accept data for 35 When streaming I/O has been negotiated this function waits until a 38 function waits until the device is ready to accept a new buffer to be 69 it waits until data has been captured and can be read. When the driver 76 it waits until the driver is ready for a non-blocking
|
D | vidioc-qbuf.rst | 80 out to disk. Buffers remain locked until dequeued, until the 82 :ref:`VIDIOC_REQBUFS` ioctl is called, or until the 96 buffer then the result is undefined. Buffers remain locked until 97 dequeued, until the :ref:`VIDIOC_STREAMOFF <VIDIOC_STREAMON>` or 98 :ref:`VIDIOC_REQBUFS` ioctl is called, or until the 104 until the request itself is queued. Also, the driver will apply any
|
D | func-read.rst | 48 By default :c:func:`read()` blocks until data becomes available. When 53 execution until data becomes available. All drivers supporting the 63 application starts reading the buffer until the read is finished. Thus 75 A driver discarding the newest frames stops capturing until the next
|
D | vidioc-streamon.rst | 44 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON`` 46 produced until ``VIDIOC_STREAMON`` has been called. The ioctl will 49 Memory-to-memory devices will not start until ``VIDIOC_STREAMON`` has
|
/Linux-v5.15/tools/testing/selftests/sync/ |
D | sync_fence.c | 44 /* 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.15/Documentation/staging/ |
D | rpmsg.rst | 79 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.15/arch/x86/lib/ |
D | delay.c | 100 * On Intel the TPAUSE instruction waits until any of: 107 u64 until = start + cycles; in delay_halt_tpause() local 110 eax = lower_32_bits(until); in delay_halt_tpause() 111 edx = upper_32_bits(until); in delay_halt_tpause() 147 * time and call again until done.
|
/Linux-v5.15/arch/arm/mach-lpc32xx/ |
D | suspend.S | 63 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.15/Documentation/hwmon/ |
D | adc128d818.rst | 26 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
|
/Linux-v5.15/Documentation/devicetree/bindings/powerpc/ |
D | sleep.yaml | 29 awake during system suspend, but will not be disabled until then. 30 - Permanent: The device is disabled permanently (until the next hard 39 sleep-map should wait until its necessity is demonstrated).
|
/Linux-v5.15/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 36 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.15/arch/powerpc/include/asm/ |
D | delay.h | 34 * 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
|
/Linux-v5.15/fs/ocfs2/cluster/ |
D | quorum.c | 7 /* This quorum hack is only here until we transition to some more rational 191 /* as a node comes up we delay the quorum decision until we know the fate of 193 * perpetuated by con_err until hb_down. if we already have a conn, we might 259 * quorum decision until we see it heartbeating. the hold will be droped in 260 * hb_up or hb_down. it might be perpetuated by con_err until hb_down. if 286 * still heartbeating we grab a hold that will delay decisions until either the
|
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_mdio.c | 97 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read() 122 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read() 133 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read() 165 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write() 191 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write() 202 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write() 328 /* Wait until any existing MII operation is complete */ in stmmac_mdio_write() 339 /* Wait until any existing MII operation is complete */ in stmmac_mdio_write() 390 * It doesn't complete its reset until at least one clock cycle in stmmac_mdio_reset()
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-arch.rst | 30 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.15/Documentation/driver-api/firmware/ |
D | request_firmware.rst | 15 Synchronous firmware requests will wait until the firmware is found or until 47 until the firmware or an error is returned. Function callbacks are
|
/Linux-v5.15/tools/testing/selftests/arm64/fp/ |
D | README | 20 The test runs until killed by the user. 80 Kvmtool occupies the terminal until you kill it (Ctrl+A x), 81 or until the guest terminates. It is therefore recommended to run
|
/Linux-v5.15/arch/nios2/mm/ |
D | tlb.c | 50 /* remember pid/way until we return. */ in replace_tlb_one_pid() 131 /* remember pid/way until we return. */ in flush_tlb_one() 175 /* remember pid/way until we return */ in dump_tlb_line() 223 /* remember pid/way until we return */ in flush_tlb_pid() 272 /* remember pid/way until we return */ in flush_tlb_all()
|
/Linux-v5.15/drivers/tty/serial/8250/ |
D | 8250_bcm2835aux.c | 28 #define BCM2835_AUX_UART_CNTL_RTS3 0x00 /* RTS set until 3 chars left */ 29 #define BCM2835_AUX_UART_CNTL_RTS2 0x10 /* RTS set until 2 chars left */ 30 #define BCM2835_AUX_UART_CNTL_RTS1 0x20 /* RTS set until 1 chars left */ 31 #define BCM2835_AUX_UART_CNTL_RTS4 0x30 /* RTS set until 4 chars left */
|
/Linux-v5.15/kernel/locking/ |
D | mcs_spinlock.h | 61 * 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()
|