| /kernel/linux/linux-4.19/lib/zlib_inflate/ |
| D | inflate.h | 16 HEAD, /* i: waiting for magic header */ 17 FLAGS, /* i: waiting for method and flags (gzip) */ 18 TIME, /* i: waiting for modification time (gzip) */ 19 OS, /* i: waiting for extra flags and operating system (gzip) */ 20 EXLEN, /* i: waiting for extra length (gzip) */ 21 EXTRA, /* i: waiting for extra bytes (gzip) */ 22 NAME, /* i: waiting for end of file name (gzip) */ 23 COMMENT, /* i: waiting for end of comment (gzip) */ 24 HCRC, /* i: waiting for header crc (gzip) */ 25 DICTID, /* i: waiting for dictionary check value */ [all …]
|
| /kernel/linux/linux-5.10/lib/zlib_inflate/ |
| D | inflate.h | 18 HEAD, /* i: waiting for magic header */ 19 FLAGS, /* i: waiting for method and flags (gzip) */ 20 TIME, /* i: waiting for modification time (gzip) */ 21 OS, /* i: waiting for extra flags and operating system (gzip) */ 22 EXLEN, /* i: waiting for extra length (gzip) */ 23 EXTRA, /* i: waiting for extra bytes (gzip) */ 24 NAME, /* i: waiting for end of file name (gzip) */ 25 COMMENT, /* i: waiting for end of comment (gzip) */ 26 HCRC, /* i: waiting for header crc (gzip) */ 27 DICTID, /* i: waiting for dictionary check value */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/scheduler/ |
| D | completion.rst | 22 until the result is actually needed, and both the waiting and the signalling 26 the Linux scheduler. The event the threads on the waitqueue are waiting for 39 - the waiting part through a call to one of the variants of wait_for_completion(), 43 Note that while initialization must happen first, the waiting and signaling 57 This provides the ->wait waitqueue to place tasks on for waiting (if any), and 122 must not return to a calling context until all activities (such as waiting 125 To emphasise this again: in particular when using some of the waiting API variants 141 Waiting for completions: 164 to wait_for_completion() then the waiting side simply will continue 181 time depending on the nature of the activity they are waiting for, so in [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/qualcomm/ |
| D | qca_7k_common.h | 70 /* Waiting first 0xAA of header */ 73 /* Waiting second 0xAA of header */ 76 /* Waiting third 0xAA of header */ 79 /* Waiting fourth 0xAA of header */ 82 /* Waiting Byte 0-1 of length (litte endian) */ 92 * Waiting for first 0x55 of footer 96 /* Waiting for second 0x55 of footer */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/ |
| D | qca_7k_common.h | 70 /* Waiting first 0xAA of header */ 73 /* Waiting second 0xAA of header */ 76 /* Waiting third 0xAA of header */ 79 /* Waiting fourth 0xAA of header */ 82 /* Waiting Byte 0-1 of length (litte endian) */ 92 * Waiting for first 0x55 of footer 96 /* Waiting for second 0x55 of footer */
|
| /kernel/linux/linux-5.10/drivers/cpuidle/ |
| D | coupled.c | 62 * the waiting loop, in the ready loop, or in the coupled idle state. 91 * @ready_waiting_counts: combined count of cpus in ready or waiting loops 119 * in use. This prevents a deadlock where two cpus are waiting for each others 215 * Decrements the ready counter, unless the ready (and thus the waiting) counter 217 * decrements the waiting counter and then re-increments it just before another 263 * cpuidle_coupled_cpus_waiting - check if all cpus in a coupled set are waiting 275 * cpuidle_coupled_no_cpus_waiting - check if no cpus in coupled set are waiting 278 * Returns true if all of the cpus in a coupled set are out of the waiting loop. 321 * cpuidle_coupled_poke - wake up a cpu that may be waiting 324 * Ensures that the target cpu exits it's waiting idle state (if it is in it) [all …]
|
| /kernel/linux/linux-4.19/drivers/cpuidle/ |
| D | coupled.c | 71 * the waiting loop, in the ready loop, or in the coupled idle state. 100 * @ready_waiting_counts: combined count of cpus in ready or waiting loops 127 * in use. This prevents a deadlock where two cpus are waiting for each others 223 * Decrements the ready counter, unless the ready (and thus the waiting) counter 225 * decrements the waiting counter and then re-increments it just before another 271 * cpuidle_coupled_cpus_waiting - check if all cpus in a coupled set are waiting 283 * cpuidle_coupled_no_cpus_waiting - check if no cpus in coupled set are waiting 286 * Returns true if all of the cpus in a coupled set are out of the waiting loop. 329 * cpuidle_coupled_poke - wake up a cpu that may be waiting 332 * Ensures that the target cpu exits it's waiting idle state (if it is in it) [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | wait_bit.h | 63 * call wait_on_bit() in threads waiting for the bit to clear. 64 * One uses wait_on_bit() where one is waiting for the bit to clear, 89 * io_schedule() instead of schedule() for the actual waiting. 141 * to be cleared, and allow the waiting action to be specified. 142 * This is like wait_on_bit() but allows fine control of how the waiting 169 * and waiting for it to clear before setting it, one would call 170 * wait_on_bit() in threads waiting to be able to set the bit. 171 * One uses wait_on_bit_lock() where one is waiting for the bit to 196 * for the actual waiting. 219 * to be cleared and then to set it, and allow the waiting action [all …]
|
| D | libps2.h | 29 #define PS2_FLAG_ACK BIT(0) /* Waiting for ACK/NAK */ 30 #define PS2_FLAG_CMD BIT(1) /* Waiting for a command to finish */ 31 #define PS2_FLAG_CMD1 BIT(2) /* Waiting for the first byte of command response */ 34 #define PS2_FLAG_ACK_CMD BIT(5) /* Waiting to ACK the command (first) byte */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | wait_bit.h | 63 * call wait_on_bit() in threads waiting for the bit to clear. 64 * One uses wait_on_bit() where one is waiting for the bit to clear, 89 * io_schedule() instead of schedule() for the actual waiting. 141 * to be cleared, and allow the waiting action to be specified. 142 * This is like wait_on_bit() but allows fine control of how the waiting 169 * and waiting for it to clear before setting it, one would call 170 * wait_on_bit() in threads waiting to be able to set the bit. 171 * One uses wait_on_bit_lock() where one is waiting for the bit to 196 * for the actual waiting. 219 * to be cleared and then to set it, and allow the waiting action [all …]
|
| D | libps2.h | 26 #define PS2_FLAG_ACK BIT(0) /* Waiting for ACK/NAK */ 27 #define PS2_FLAG_CMD BIT(1) /* Waiting for a command to finish */ 28 #define PS2_FLAG_CMD1 BIT(2) /* Waiting for the first byte of command response */ 31 #define PS2_FLAG_ACK_CMD BIT(5) /* Waiting to ACK the command (first) byte */
|
| /kernel/linux/linux-5.10/drivers/scsi/isci/ |
| D | request.h | 175 * waiting for the TC completion notification for the H2D Register FIS 178 * waiting for either a PIO Setup FIS or a D2H register FIS. The type of frame 182 * waiting for a DATA frame from the device. 185 * waiting to transmit the next data frame to the device. 188 * waiting for the TC completion notification for the H2D Register FIS 191 * waiting for either a PIO Setup. 195 * waiting for D2H status frame as UF. 202 * the started raw task management request is waiting for the transmission of 206 * management request is waiting for the reception of an unsolicited frame 210 * management request is waiting for the reception of an unsolicited frame [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/isci/ |
| D | request.h | 175 * waiting for the TC completion notification for the H2D Register FIS 178 * waiting for either a PIO Setup FIS or a D2H register FIS. The type of frame 182 * waiting for a DATA frame from the device. 185 * waiting to transmit the next data frame to the device. 188 * waiting for the TC completion notification for the H2D Register FIS 191 * waiting for either a PIO Setup. 195 * waiting for D2H status frame as UF. 202 * the started raw task management request is waiting for the transmission of 206 * management request is waiting for the reception of an unsolicited frame 210 * management request is waiting for the reception of an unsolicited frame [all …]
|
| /kernel/linux/linux-4.19/Documentation/scheduler/ |
| D | completion.txt | 24 struct completion that tells the waiting threads of execution if they 35 struct completion, the waiting part through a call to one of the variants of 49 providing the wait queue to place tasks on for waiting and the flag for 101 Waiting for completions: 118 to wait_for_completion() then the waiting side simply will continue 161 while waiting it will return -ERESTARTSYS; 0 otherwise. 190 variants, except for accounting waiting time as waiting on IO, which has 212 a thread starts waiting. This is achieved by the waiter "consuming" 213 (decrementing) the done element of struct completion. Waiting threads
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | completion.c | 7 * interface also makes it easy to 'complete' multiple waiting threads, 12 * Waiting for completion is a typically sync point, but not an exclusion point. 17 * complete: - signals a single thread waiting on this completion 20 * This will wake up a single thread waiting on this completion. Threads will be 42 * complete_all: - signals all threads waiting on this completion 45 * This will wake up all threads waiting on this particular completion event. 166 * interruptible and there is no timeout. The caller is accounted as waiting 182 * interruptible. The caller is accounted as waiting for IO (which traditionally 279 * enables us to avoid waiting if the resource the completion
|
| /kernel/linux/linux-4.19/kernel/sched/ |
| D | completion.c | 7 * interface also makes it easy to 'complete' multiple waiting threads, 12 * Waiting for completion is a typically sync point, but not an exclusion point. 17 * complete: - signals a single thread waiting on this completion 20 * This will wake up a single thread waiting on this completion. Threads will be 42 * complete_all: - signals all threads waiting on this completion 45 * This will wake up all threads waiting on this particular completion event. 164 * interruptible and there is no timeout. The caller is accounted as waiting 180 * interruptible. The caller is accounted as waiting for IO (which traditionally 277 * enables us to avoid waiting if the resource the completion
|
| /kernel/linux/linux-4.19/drivers/char/ipmi/ |
| D | kcs_bmc.h | 19 * BMC is waiting a last data byte from system software. 23 * BMC is waiting the response from the upper IPMI service. 27 * BMC is waiting error status request from system software. 29 * BMC is waiting for idle status afer error from system software.
|
| /kernel/linux/linux-5.10/drivers/char/ipmi/ |
| D | kcs_bmc.h | 19 * BMC is waiting a last data byte from system software. 23 * BMC is waiting the response from the upper IPMI service. 27 * BMC is waiting error status request from system software. 29 * BMC is waiting for idle status afer error from system software.
|
| /kernel/liteos_a/kernel/include/ |
| D | los_queue.h | 123 * Queue error code: The time set for waiting to processing the queue expires. 143 * Queue error code: The queue cannot be written during an interrupt when the time for waiting to 148 * Solution: Set the expiry time to the never-waiting mode, or use asynchronous queues. 275 * when the time for waiting to processing the queue expires. 279 * Solution: Set the expiry time to the never-waiting mode, or use asynchronous queues. 316 * time for waiting to processing the queue expires. 415 * waiting to processing the queue expires. 418 * waiting to processing the queue expires. 421 …* @retval #LOS_ERRNO_QUEUE_TIMEOUT The time set for waiting to processing the queue … 463 * for waiting to processing the queue expires. [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-devices-waiting_for_supplier | 10 or 1) reflects whether the device is waiting for one or more 14 A value of 0 means the device is not waiting for any suppliers 16 is waiting for one or more suppliers to be added before it can
|
| /kernel/liteos_m/components/signal/ |
| D | los_signal.h | 72 * Signal error code: Waiting for signal timeout. 90 * Mutex error code: Waiting for signal in interrupt callback. 118 sigset_t sigWaitFlag; /**< waiting signals */ 192 * @param set [IN] The specified signal set which waiting for. 194 * @param timeout [IN] The waiting time. 199 * @retval: LOS_ERRNO_SIGNAL_PEND_INTERR Type#UINT32: Waiting for signal in interrupt callback. 200 * @retval: LOS_ERRNO_SIGNAL_TIMEOUT Type#UINT32: Waiting for signal timeout.
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| D | qrwlock.c | 24 * Readers come here when they cannot get the lock without waiting in queued_read_lock_slowpath() 29 * if the writer is just waiting (not holding the lock yet), in queued_read_lock_slowpath() 31 * without waiting in the queue. in queued_read_lock_slowpath() 74 /* Set the waiting flag to notify readers that a writer is pending */ in queued_write_lock_slowpath()
|
| /kernel/linux/linux-4.19/include/rdma/ |
| D | rdmavt_qp.h | 76 * RVT_S_ACK_PENDING - an ACK is waiting to be sent after RDMA read/atomics 77 * RVT_S_WAIT_FENCE - waiting for all prior RDMA read or atomic SWQEs 79 * RVT_S_WAIT_RDMAR - waiting for a RDMA read or atomic SWQE to complete 81 * RVT_S_WAIT_RNR - waiting for RNR timeout 82 * RVT_S_WAIT_SSN_CREDIT - waiting for RC credits to process next SWQE 83 * RVT_S_WAIT_DMA - waiting for send DMA queue to drain before generating 85 * RVT_S_WAIT_PIO - waiting for a send buffer to be available 86 * RVT_S_WAIT_PIO_DRAIN - waiting for a qp to drain pio packets 87 * RVT_S_WAIT_TX - waiting for a struct verbs_txreq to be available 88 * RVT_S_WAIT_DMA_DESC - waiting for DMA descriptors to be available [all …]
|
| /kernel/linux/linux-4.19/kernel/locking/ |
| D | qrwlock.c | 33 * Readers come here when they cannot get the lock without waiting in queued_read_lock_slowpath() 38 * if the writer is just waiting (not holding the lock yet), in queued_read_lock_slowpath() 40 * without waiting in the queue. in queued_read_lock_slowpath() 81 /* Set the waiting flag to notify readers that a writer is pending */ in queued_write_lock_slowpath()
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-class-scsi_tape | 16 Shows the total amount of time spent waiting for all I/O 23 To determine the amount of time spent waiting for other I/O 64 Shows the total amount of time in nanoseconds waiting for 95 Shows the total amount of time in nanoseconds waiting for
|