| /linux/drivers/cpuidle/ |
| H A D | coupled.c | 36 * WFI state until all cpus are ready to enter a coupled state, at 40 * Once all cpus are ready to enter idle, they are woken by an smp 45 * each cpu will increment the ready counter, and continue once the 46 * ready counter matches the number of online coupled cpus. If any 51 * is ready for. It is assumed that the states are indexed from 56 * and only read after all the cpus are ready for the coupled idle 62 * the waiting loop, in the ready loop, or in the coupled idle state. 63 * ready_count tracks the number of cpus that are in the ready loop 91 * @ready_waiting_counts: combined count of cpus in ready or waiting loops 126 * once to minimize entering the ready loop with a poke pending, which would [all …]
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_qmi.c | 20 * both sides know when everything is ready to begin operating. The AP 26 * are ready. 32 * contains a success result, the AP knows the modem IPA driver is ready. 37 * microcontroller is ready. The AP may assume the microcontroller is 38 * ready and remain so (even if the modem reboots) once it has received 51 * modem supplies a success response when it is ready to operate. 54 * - When the modem is ready to receive an INIT_COMPLETE indication from 56 * - On the initial modem boot, everything is ready when: 61 * - On subsequent modem boots, everything is ready when: 66 * determination of when things are "ready" [all …]
|
| /linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/ |
| H A D | ifu.json | 69 "PublicDescription": "This thread and the other thread both ready for scheduling in if0", 72 "BriefDescription": "This thread and the other thread both ready for scheduling in if0" 75 …"PublicDescription": "This thread was arbitrated when the other thread was also ready for scheduli… 78 …"BriefDescription": "This thread was arbitrated when the other thread was also ready for schedulin… 81 …was arbitrated when the other thread was also active, but not necessarily ready. For example, wait… 84 …was arbitrated when the other thread was also active, but not necessarily ready. For example, wait… 87 …"PublicDescription": "This thread was not arbitrated because it was not ready for scheduling. For … 90 …"BriefDescription": "This thread was not arbitrated because it was not ready for scheduling. For e…
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-io.h | 16 pvr2_buffer_state_idle = 1, // Buffer is ready to be used again 50 /* Get a pointer to a buffer that is either idle, ready, or is specified 56 /* Find out how many buffers are idle or ready */ 60 /* Kill all pending buffers and throw away any ready buffers as well */ 66 /* Find out size of data in the given ready buffer */ 69 /* Retrieve completion code for given ready buffer */
|
| /linux/drivers/scsi/ |
| H A D | sense_codes.h | 42 SENSE_CODE(0x0400, "Logical unit not ready, cause not reportable") 43 SENSE_CODE(0x0401, "Logical unit is in process of becoming ready") 44 SENSE_CODE(0x0402, "Logical unit not ready, initializing command required") 45 SENSE_CODE(0x0403, "Logical unit not ready, manual intervention required") 46 SENSE_CODE(0x0404, "Logical unit not ready, format in progress") 47 SENSE_CODE(0x0405, "Logical unit not ready, rebuild in progress") 48 SENSE_CODE(0x0406, "Logical unit not ready, recalculation in progress") 49 SENSE_CODE(0x0407, "Logical unit not ready, operation in progress") 50 SENSE_CODE(0x0408, "Logical unit not ready, long write in progress") 51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress") [all …]
|
| /linux/tools/perf/pmu-events/arch/riscv/starfive/dubhe-80/ |
| H A D | common.json | 75 "BriefDescription": "IBUF valid while ID not ready" 80 "BriefDescription": "IBUF not valid while ID ready" 85 "BriefDescription": "REN integer physical register file is not ready" 90 "BriefDescription": "REN floating point physical register file is not ready" 95 "BriefDescription": "REN checkpoint is not ready" 100 "BriefDescription": "DEC is valid and ROB is not ready"
|
| /linux/drivers/xen/events/ |
| H A D | events_fifo.c | 275 unsigned priority, unsigned long *ready) in consume_one_event() argument 302 * copy of the ready word. in consume_one_event() 305 clear_bit(priority, ready); in consume_one_event() 321 unsigned long ready; in __evtchn_fifo_handle_events() local 326 ready = xchg(&control_block->ready, 0); in __evtchn_fifo_handle_events() 328 while (ready) { in __evtchn_fifo_handle_events() 329 q = find_first_bit(&ready, EVTCHN_FIFO_MAX_QUEUES); in __evtchn_fifo_handle_events() 330 consume_one_event(cpu, ctrl, control_block, q, &ready); in __evtchn_fifo_handle_events() 331 ready |= xchg(&control_block->ready, 0); in __evtchn_fifo_handle_events()
|
| /linux/drivers/scsi/isci/ |
| H A D | port.h | 83 * @ready_exit: several states constitute 'ready'. When exiting ready we 85 * skipped when exiting to another 'ready' state. 154 * This state is entered from the READY state. 155 * @SCI_PORT_READY: port is now ready. Thus, the user is able to 158 * @SCI_PORT_SUB_WAITING: port is started and ready but has no active 160 * @SCI_PORT_SUB_OPERATIONAL: port is started and ready and there is at 169 * from the READY state.
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | if_spi.h | 87 /* Host Interrupt Control bit : WLAN ready */ 137 /* Host Interrupt Status bit : Tx download ready */ 139 /* Host Interrupt Status bit : Rx upload ready */ 141 /* Host Interrupt Status bit : Command download ready */ 145 /* Host Interrupt Status bit : Command upload ready */ 161 /* Host Interrupt Status Mask bit : Tx download ready */ 163 /* Host Interrupt Status Mask bit : Rx upload ready */ 165 /* Host Interrupt Status Mask bit : Command download ready */ 169 /* Host Interrupt Status Mask bit : Command upload ready */
|
| /linux/arch/sparc/boot/ |
| H A D | Makefile | 27 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')' 31 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')' 36 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')' 62 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')' 68 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
|
| /linux/drivers/video/fbdev/ |
| H A D | pxa3xx-gcu.c | 98 struct pxa3xx_gcu_batch *ready; member 208 struct pxa3xx_gcu_batch *ready = priv->ready; in run_ready() local 212 BUG_ON(!ready); in run_ready() 216 while (ready) { in run_ready() 218 shared->buffer[num++] = ready->phys; in run_ready() 219 ready = ready->next; in run_ready() 223 priv->running = priv->ready; in run_ready() 224 priv->ready = priv->ready_last = NULL; in run_ready() 259 if (priv->ready) { in pxa3xx_gcu_handle_irq() 427 * Add buffer to ready list in pxa3xx_gcu_write() [all …]
|
| /linux/lib/ |
| H A D | lwq.c | 26 this = q->ready; in __lwq_dequeue() 29 smp_store_release(&q->ready, (void *)1); in __lwq_dequeue() 32 q->ready = NULL; in __lwq_dequeue() 35 q->ready = llist_next(this); in __lwq_dequeue() 57 r = q->ready; in lwq_dequeue_all() 58 q->ready = NULL; in lwq_dequeue_all()
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | msr.rst | 203 /* Used for 'page ready' events delivered via interrupt notification */ 214 present in CPUID. Bit 3 enables interrupt based delivery of 'page ready' 235 hypervisor at the time of APF 'page ready' event injection. The content 239 'page ready' event and to write '1' to MSR_KVM_ASYNC_PF_ACK after 244 ready' APF delivery needs to be written to before enabling APF mechanism 248 Note, previously, 'page ready' events were delivered via the same #PF 255 Currently 'page ready' APF events will be always delivered on the 359 Bits 0-7: APIC vector for delivery of 'page ready' APF events. 362 Interrupt vector for asynchnonous 'page ready' notifications delivery. 373 When the guest is done processing 'page ready' APF event and 'token'
|
| /linux/tools/perf/tests/ |
| H A D | mmap-thread-lookup.c | 30 int ready[2]; member 65 ret = write(td->ready[1], &go, sizeof(int)); in thread_fn() 85 if (pipe(td->ready)) in thread_create() 91 ssize_t ret = read(td->ready[0], &go, sizeof(int)); in thread_create() 95 close(td->ready[0]); in thread_create() 96 close(td->ready[1]); in thread_create()
|
| /linux/arch/um/drivers/ |
| H A D | xterm_kern.c | 15 struct completion ready; member 38 complete(&xterm->ready); in xterm_interrupt() 58 init_completion(&data->ready); in xterm_fd() 73 wait_for_completion(&data->ready); in xterm_fd()
|
| /linux/net/rds/ |
| H A D | tcp_listen.c | 145 * incoming connection on "rds_tcp_listen_sock" is ready in rds_tcp_conn_slots_available() 350 void (*ready)(struct sock *sk); in rds_tcp_listen_data_ready() local 353 rdsdebug("listen data ready sk %p\n", sk); in rds_tcp_listen_data_ready() 356 ready = sk->sk_user_data; in rds_tcp_listen_data_ready() 357 if (!ready) { /* check for teardown race */ in rds_tcp_listen_data_ready() 358 ready = sk->sk_data_ready; in rds_tcp_listen_data_ready() 368 * (*ready)() may be null if we are racing with netns delete, and in rds_tcp_listen_data_ready() 374 ready = rds_tcp_listen_sock_def_readable(sock_net(sk)); in rds_tcp_listen_data_ready() 378 if (ready) in rds_tcp_listen_data_ready() 379 ready(sk); in rds_tcp_listen_data_ready()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
| H A D | fw_common.c | 153 /* polling for FW ready */ in rtl92d_fw_init() 160 "Polling FW ready success!! REG_MCUFWDL: 0x%x\n", in rtl92d_fw_init() 170 "Polling FW ready success!! REG_MCUFWDL: 0x%x\n", in rtl92d_fw_init() 181 "Polling FW ready fail!! MAC0 FW init not ready: 0x%x\n", in rtl92d_fw_init() 185 "Polling FW ready fail!! MAC1 FW init not ready: 0x%x\n", in rtl92d_fw_init() 189 "Polling FW ready fail!! REG_MCUFWDL:0x%08x\n", in rtl92d_fw_init()
|
| /linux/include/linux/ |
| H A D | lwq.h | 25 struct llist_node *ready; /* entries to be dequeued */ member 36 q->ready = NULL; in lwq_init() 51 return smp_load_acquire(&q->ready) == NULL && llist_empty(&q->new); in lwq_empty() 104 smp_load_acquire(&q->ready) == NULL; in lwq_enqueue() 122 smp_load_acquire(&q->ready) == NULL; in lwq_enqueue_batch()
|
| /linux/arch/powerpc/platforms/embedded6xx/ |
| H A D | usbgecko_udbg.c | 87 * Returns true if the TX fifo is ready for transmission. 96 * If the TX fifo is not ready the result is undefined. 105 * It silently fails if the TX fifo is not ready after a number of retries. 124 * Returns true if the RX fifo is ready for transmission. 146 * It fails if the RX fifo is not ready after a number of retries. 244 udbg_printf("usbgecko_udbg: ready\n"); in ug_udbg_init()
|
| /linux/drivers/scsi/device_handler/ |
| H A D | scsi_dh_hp_sw.c | 37 * tur_done - Handle TEST UNIT READY return status 52 * LUN not ready - Initialization command required in tur_done() 72 * hp_sw_tur - Send TEST UNIT READY 75 * Use the TEST UNIT READY command to determine 137 * LUN not ready - manual intervention required in hp_sw_start_stop() 203 * the passive path reports NOT READY with sense codes
|
| /linux/arch/csky/boot/ |
| H A D | Makefile | 6 @echo ' Kernel: $@ is ready' 16 @echo ' Kernel: $@ is ready' 24 @echo 'Image: $@ is ready'
|
| /linux/drivers/net/ethernet/altera/ |
| H A D | altera_msgdma.c | 128 u32 ready = 0; in msgdma_tx_completions() local 137 ready = max_t(int, in msgdma_tx_completions() 143 ready = priv->tx_prod - priv->tx_cons - 1; in msgdma_tx_completions() 145 ready = priv->tx_prod - priv->tx_cons; in msgdma_tx_completions() 147 return ready; in msgdma_tx_completions()
|
| /linux/drivers/tty/serial/ |
| H A D | atmel_serial.h | 32 #define ATMEL_US_DTREN BIT(16) /* Data Terminal Ready Enable */ 33 #define ATMEL_US_DTRDIS BIT(17) /* Data Terminal Ready Disable */ 91 #define ATMEL_US_RXRDY BIT(0) /* Receiver Ready */ 92 #define ATMEL_US_TXRDY BIT(1) /* Transmitter Ready */ 106 #define ATMEL_US_DSRIC BIT(17) /* Data Set Ready Input Change */ 139 #define ATMEL_US_TXRDYM(data) FIELD_PREP(GENMASK(1, 0), (data)) /* TX Ready Mode */ 140 #define ATMEL_US_RXRDYM(data) FIELD_PREP(GENMASK(5, 4), (data)) /* RX Ready Mode */
|
| /linux/fs/netfs/ |
| H A D | fscache_io.c | 41 goto ready; /* There can be no content */ in fscache_wait_for_operation() 50 goto ready; in fscache_wait_for_operation() 58 ready: in fscache_wait_for_operation() 103 goto ready; /* There can be no content */ in fscache_begin_operation() 106 goto ready; in fscache_begin_operation() 115 ready: in fscache_begin_operation()
|
| /linux/drivers/vdpa/pds/ |
| H A D | vdpa_dev.c | 126 static void pds_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) in pds_vdpa_set_vq_ready() argument 134 dev_dbg(dev, "%s: qid %d ready %d => %d\n", in pds_vdpa_set_vq_ready() 135 __func__, qid, pdsv->vqs[qid].ready, ready); in pds_vdpa_set_vq_ready() 136 if (ready == pdsv->vqs[qid].ready) in pds_vdpa_set_vq_ready() 143 if (ready) { in pds_vdpa_set_vq_ready() 152 ready = false; in pds_vdpa_set_vq_ready() 161 pdsv->vqs[qid].ready = ready; in pds_vdpa_set_vq_ready() 168 return pdsv->vqs[qid].ready; in pds_vdpa_get_vq_ready() 181 if (pdsv->vqs[qid].ready) { in pds_vdpa_set_vq_state() 231 if (pdsv->vqs[qid].ready) { in pds_vdpa_get_vq_state() [all …]
|