/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | Scheduler.h | 34 /// This method is used by class Scheduler to select the "best" ready 88 // instruction is not ready yet, but the latency of every register read is 119 // the ready set due to unavailable pipeline resources. 136 /// Issue an instruction without updating the ready queue. 147 // Add promoted instructions to the 'Ready' vector in input. 149 bool promoteToReadySet(SmallVectorImpl<InstRef> &Ready); 191 /// Returns true if instruction IR is ready to be issued to the underlying 201 /// and a vector of instructions that transitioned to the ready state as a 207 SmallVectorImpl<InstRef> &Ready); 218 /// Instructions executed are added to vector Executed, while vector Ready i [all...] |
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a65/ |
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…
|
/freebsd/contrib/wpa/src/wps/ |
H A D | httpread.h | 15 HTTPREAD_EVENT_FILE_READY = 1, /* including reply ready */ 78 /* httpread_hdr_type_get -- When file is ready, returns header type. 83 /* httpread_uri_get -- When file is ready, uri_get returns (translated) URI 88 /* httpread_reply_code_get -- When reply is ready, returns reply code */ 92 /* httpread_length_get -- When file is ready, returns file length. */ 95 /* httpread_data_get -- When file is ready, returns file content 101 /* httpread_hdr_get -- When file is ready, returns header content 107 /* httpread_hdr_line_get -- When file is ready, returns pointer
|
/freebsd/usr.sbin/jail/ |
H A D | state.c | 38 struct cfjails ready = TAILQ_HEAD_INITIALIZER(ready); variable 131 while ((j = TAILQ_FIRST(&ready))) { in dep_setup() 141 } while ((j = TAILQ_FIRST(&ready))); in dep_setup() 193 requeue(dj, &ready); in dep_check() 259 requeue(dj, &ready); in dep_done() 279 * Find the next jail ready to do something. 286 if (!(j = next_proc(!TAILQ_EMPTY(&ready))) && in next_jail() 287 (j = TAILQ_FIRST(&ready)) && JF_DO_STOP(j->flags) && in next_jail() 288 (j = TAILQ_LAST(&ready, cfjails)) && !JF_DO_STOP(j->flags)) { in next_jail() 289 TAILQ_FOREACH_REVERSE(j, &ready, cfjails, tq) in next_jail() [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_remote_device_ready_substates.c | 59 * @brief This file contains the entrance and exit methods for the ready 76 * READY OPERATIONAL substate. This includes setting the state 102 "Domain:0x%x Device:0x%x device ready\n", in scif_sas_remote_device_ready_operational_substate_enter() 106 // Notify the user that the device has become ready. in scif_sas_remote_device_ready_operational_substate_enter() 114 * READY OPERATIONAL substate. This method issues a 131 // Notify the user that the device has become ready. in scif_sas_remote_device_ready_operational_substate_exit() 139 * READY SUSPENDED substate. This includes setting the state 164 * READY TASK MGMT substate. This includes setting the state 189 * READY NCQ ERROR substate. This includes setting the state
|
H A D | scic_sds_stp_remote_device.c | 144 //* STP REMOTE DEVICE READY COMMON SUBSTATE HANDLERS 148 * This is the READY NCQ substate handler to start task management request. In this 225 //* STP REMOTE DEVICE READY IDLE SUBSTATE HANDLERS 333 //* STP REMOTE DEVICE READY NCQ SUBSTATE HANDLERS 379 * ready command substate. 423 … "SCIC Remote device 0x%x received driver suspend event %x while in ncq ready substate %d\n", in scic_sds_stp_remote_device_ready_ncq_substate_event_handler() 436 … "SCIC Remote device 0x%x received driver release event %x while in the ready substate %d\n", in scic_sds_stp_remote_device_ready_ncq_substate_event_handler() 446 … "SCIC Remote device 0x%x received driver unexpected event %x while in the ready substate %d\n", in scic_sds_stp_remote_device_ready_ncq_substate_event_handler() 503 // Treat this like an SDB error FIS ready reason. in scic_sds_stp_remote_device_ready_ncq_substate_frame_handler() 526 //* STP REMOTE DEVICE READY CMD SUBSTATE HANDLERS [all …]
|
H A D | scic_sds_remote_device.h | 83 * This is the enumeration of the ready substates for the 89 * This is the initial state for the remote device ready substate. 94 * This is the ready operational substate for the remote device. This is the 117 * This is the enumeration for the SCIC_SDS_REMOTE_DEVICE ready substates for 161 * This is the READY substate indicates the device is waiting for the RESET task 173 * This is the enumeration of the ready substates for the SMP REMOTE DEVICE. 179 * This is the ready operational substate for the remote device. This is the 278 * This field is TRUE if this remote device has an initialized ready substate 279 * machine. SSP devices do not have a ready substate machine and STP devices 280 * have a ready substate machine. [all …]
|
H A D | scic_sds_smp_remote_device.c | 74 //* SMP REMOTE DEVICE READY IDLE SUBSTATE HANDLERS 131 //* SMP REMOTE DEVICE READY SUBSTATE CMD HANDLERS 154 * @brief this is the complete_io_handler for smp device at ready cmd substate. 204 * @brief This is frame handler for smp device ready cmd substate. 280 * method sets the ready cmd substate handlers and reports the device as ready. 306 * method sets the remote device objects ready cmd substate handlers, and notify 307 * core user that the device is not ready.
|
H A D | sci_base_phy.h | 90 * This state is entered from the READY state. 97 * ready. In this state no new IO operations are permitted on this phy. 99 * This state is entered from the READY state. 105 * This state indicates the phy is now ready. Thus, the user 115 * This state is entered from the READY state.
|
H A D | scif_sas_domain_state_handlers.c | 97 // ready we can transition the domain to the ready state. in scif_sas_domain_starting_port_ready_handler() 110 * @brief This method provides READY state specific handling for 154 * @brief This method provides READY state processing for reception of a 155 * port NOT ready notification from the core. 158 * on which the core port has just come ready. 189 * @brief This method provides READY state specific handling for 242 * @brief This method provides READY state specific handling for 286 * @brief This method provides READY state specific handling for 322 * @brief This method provides READY state specific handling for 375 * @brief This method provides READY state specific handling for [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 56 SmallVector<InstRef, 4> Ready; in issueInstruction() local 58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction() 75 for (const InstRef &I : Ready) in issueInstruction() 97 SmallVector<InstRef, 4> Ready; in cycleStart() local 99 HWS.cycleEvent(Freed, Executed, Pending, Ready); in cycleStart() 116 for (const InstRef &IR : Ready) in cycleStart() 215 // If we did not return early, then the scheduler is ready for execution. in execute() 218 // If we cannot issue immediately, the HWS will add IR to its ready queue for in execute() 240 LLVM_DEBUG(dbgs() << "[E] Instruction Ready: #" << IR << '\n'); in notifyInstructionReady() 242 HWInstructionEvent(HWInstructionEvent::Ready, I in notifyInstructionReady() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGSort.cpp | 137 // If we give a higher priority to an EH pad whenever it is ready in this 138 // example, when both bb1 and bb2 are ready, we would pick up bb2 first. 211 // We use two ready lists; Preferred and Ready. Preferred has recently in sortBlocks() 213 // order. Ready has the remaining ready blocks. EH blocks are picked first in sortBlocks() 220 Ready; in sortBlocks() local 239 Ready.push(DeferredBlock); in sortBlocks() 249 // Decrement the predecessor count. If it's now zero, it's ready. in sortBlocks() 299 Ready.push(Next); in sortBlocks() 306 // general Ready list. in sortBlocks() 309 if (Ready.empty()) { in sortBlocks() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 113 // instructions to the ReadySet and notify the caller that those are ready. in issueInstruction() 119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet() argument 121 // ready set if operands are all ready. in promoteToReadySet() 141 << " promoted to the READY set.\n"); in promoteToReadySet() 143 Ready.emplace_back(IR); in promoteToReadySet() 157 // pending set if operands are all ready. in promoteToPendingSet() 164 // Check if this instruction is now ready. In case, force in promoteToPendingSet() 267 SmallVectorImpl<InstRef> &Ready) { in cycleEvent() argument 284 promoteToReadySet(Ready); in cycleEvent() [all...] |
/freebsd/share/doc/psd/20.ipctut/ |
H A D | strchkread.c | 48 fd_set ready; 76 FD_ZERO(&ready); 77 FD_SET(sock, &ready); 79 if (select(sock + 1, &ready, 0, 0, &to) < 0) { 83 if (FD_ISSET(sock, &ready)) {
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_serdes_25g_regs.h | 188 * ready for the microcontroller, it 195 * ready for the microcontroller, it 307 * 0x0 – PHY is not ready to respond to 310 * 0x1 - PHY is ready to respond to 321 * 0x0 – PHY is not ready to respond to 324 * 0x1 - PHY is ready to respond to lnX_rst_n_i 329 * 0x0 – PHY is not ready to respond to 332 * 0x1 - PHY is ready to respond to lnX_rst_n_i 385 * x0 – lane is not ready to send and receive data 386 * 0x1 – lane is ready to send and receive data
|
/freebsd/lib/libsys/ |
H A D | select.2 | 54 are ready for reading, are ready for writing, or have an exceptional 67 with subsets consisting of those descriptors that are ready 72 returns the total number of ready descriptors in all the sets. 128 returns the number of ready descriptors that are contained in
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | olpc,xo1.75-ec.txt | 9 strobing the ACK pin with the ready signal. See the "ready-gpios" property of the 16 ready-gpios = <&gpio 125 GPIO_ACTIVE_HIGH>;
|
H A D | olpc,xo1.75-ec.yaml | 16 response data) by strobing the ACK pin with the ready signal. See the 17 "ready-gpios" property of the SSP binding as documented in: 47 ready-gpios = <&gpio 125 GPIO_ACTIVE_HIGH>;
|
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/ |
H A D | adi,adis16480.txt | 29 - interrupt-names: Data ready line selection. Valid values are: 34 If this field is left empty, DIO1 is assigned as default data ready 64 Each DIOx pin supports only one function at a time (data ready line 68 Data ready has highest priority.
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | life_cycle-pkey.7 | 153 This state represents the \s-1PKEY\s0 when it is ready to perform a private key decapsulation 157 This state represents the \s-1PKEY\s0 when it is ready to decrypt some ciphertext. 160 This state represents the \s-1PKEY\s0 when it is ready to derive a shared secret. 163 This state represents the \s-1PKEY\s0 when it is ready to perform a private key signature 167 This state represents the \s-1PKEY\s0 when it is ready to perform a public key encapsulation 171 This state represents the \s-1PKEY\s0 when it is ready to encrypt some plaintext. 174 This state represents the \s-1PKEY\s0 when it is ready to generate a new public/private key. 177 This state represents the \s-1PKEY\s0 when it is ready to generate key parameters. 180 This state represents the \s-1PKEY\s0 when it is ready to verify a public key signature. 183 This state represents the \s-1PKEY\s0 when it is ready to recover a public key signature data.
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | marvell,mmp2-ssp.yaml | 29 ready-gpios: 32 ready to service a transfer. Only useful in slave mode. 42 ready-gpios: [ spi-slave ]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | intel,ixp4xx-hss.yaml | 47 - description: phandle to the TX ready queue on the NPE 49 description: phandle to the TX ready queue on the NPE 92 description: Ready To Send (RTS) GPIO line 100 description: Data Terminal Ready (DTR) GPIO line
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNMinRegStrategy.cpp | 34 Queue RQ; // Ready queue 143 LLVM_DEBUG(dbgs() << "\nSelecting min non-ready producing candidate among " in pickCandidate() 148 LLVM_DEBUG(dbgs() << "SU(" << SU->NodeNum << ") would left non-ready " in pickCandidate() 159 LLVM_DEBUG(dbgs() << "SU(" << SU->NodeNum << ") would make ready " << Res in pickCandidate() 202 << ")'s non-ready successors of " << Priority in bumpPredsPriority() 203 << " priority in ready queue: "); in bumpPredsPriority() 243 "Ready queue:"; in schedule()
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | divert-to.sh | 103 # Wait for the divapp to be ready 142 # Wait for the divapp to be ready 182 # Wait for the divapp to be ready 222 # Wait for the divapp to be ready 278 # Wait for the divappS to be ready 329 # Wait for the divappS to be ready 358 # Wait for the divappS to be ready
|
/freebsd/tests/sys/cam/ctl/ |
H A D | start_stop_unit.sh | 53 atf_check -o ignore -e not-match:"Device not ready" sg_readcap /dev/$dev 88 atf_check -o ignore -e not-match:"Device not ready" sg_readcap /dev/$dev 114 atf_check -o ignore -e not-match:"Device not ready" sg_readcap /dev/$dev 137 atf_check -s exit:2 -e match:"Device not ready" sg_readcap /dev/$dev
|