Home
last modified time | relevance | path

Searched full:pending (Results 1 – 25 of 3100) sorted by relevance

12345678910>>...124

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h31 static __inline void _lm_sq_post(struct _lm_device_t *pdev,struct sq_pending_command * pending) in _lm_sq_post() argument
37 mm_memcpy(pdev->sq_info.sq_chain.prod_bd, &pending->command, sizeof(pending->command)); in _lm_sq_post()
49 …ata=%x, type=%d \n",pdev->sq_info.sq_chain.prod_idx, pending->command.hdr.conn_and_cmd_data, pendi… in _lm_sq_post()
66 * @param pending - OUT: this entry is filled given the input
75 * @param release_mem_flag - Determines whether the sp pending
80 struct sq_pending_command * pending, in lm_sq_post_fill_entry() argument
94pending->command.hdr.conn_and_cmd_data = mm_cpu_to_le32((command << SPE_HDR_T_CMD_ID_SHIFT ) | HW_… in lm_sq_post_fill_entry()
95 pending->command.hdr.type = mm_cpu_to_le16(type); in lm_sq_post_fill_entry()
96 pending->command.protocol_data.hi = mm_cpu_to_le32(U64_HI(data)); in lm_sq_post_fill_entry()
97 pending->command.protocol_data.lo = mm_cpu_to_le32(U64_LO(data)); in lm_sq_post_fill_entry()
[all …]
/illumos-gate/usr/src/man/man3dat/
H A Ddat_ep_modify.3dat149 Pending states.
167 Pending, and Tentative Connection Pending states.
181 Can be modified when in Unconnected, Reserved, Passive Connection Pending, and
182 Tentative Connection Pending states.
196 Can be modified when in Unconnected, Reserved, Passive Connection Pending, and
197 Tentative Connection Pending states.
211 Can be modified when in Unconnected, Reserved, Passive Connection Pending, and
212 Tentative Connection Pending states.
226 Pending, and Tentative Connection Pending states.
239 Can be modified when in Unconnected, Reserved, Passive Connection Pending, and
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-memory.json162 "BriefDescription": "Read Pending Queue Allocations",
168 …"PublicDescription": "Read Pending Queue Allocations : Counts the number of allocations into the R…
173 "BriefDescription": "Read Pending Queue Allocations",
179 …"PublicDescription": "Read Pending Queue Allocations : Counts the number of allocations into the R…
184 "BriefDescription": "Read Pending Queue Occupancy",
190 …"PublicDescription": "Read Pending Queue Occupancy : Accumulates the occupancies of the Read Pendi…
194 "BriefDescription": "Read Pending Queue Occupancy",
200 …"PublicDescription": "Read Pending Queue Occupancy : Accumulates the occupancies of the Read Pendi…
204 "BriefDescription": "Write Pending Queue Allocations",
210 …"PublicDescription": "Write Pending Queue Allocations : Counts the number of allocations into the …
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Duncore-memory.json67 "BriefDescription": "Read Pending Queue Allocations",
78 "BriefDescription": "Read Pending Queue Allocations",
89 "BriefDescription": "Write Pending Queue Allocations",
100 "BriefDescription": "Write Pending Queue Allocations",
111 "BriefDescription": "Read Pending Queue Occupancy",
121 "BriefDescription": "Read Pending Queue Occupancy",
131 "BriefDescription": "Write Pending Queue Occupancy",
141 "BriefDescription": "Write Pending Queue Occupancy",
151 "BriefDescription": "PMM Read Pending Queue occupancy",
162 "BriefDescription": "PMM Read Pending Queue occupancy",
[all …]
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c164 uint32_t pending, pending_gpu; in bcm2835_intc_active_intr() local
166 pending = intc_read_4(sc, INTC_PENDING_BASIC) & INTC_PENDING_BASIC_MASK; in bcm2835_intc_active_intr()
167 if (pending == 0) in bcm2835_intc_active_intr()
169 if (pending & INTC_PENDING_BASIC_ARM) in bcm2835_intc_active_intr()
170 return (ffs(pending) - 1); in bcm2835_intc_active_intr()
171 if (pending & INTC_PENDING_BASIC_GPU1_MASK) { in bcm2835_intc_active_intr()
172 if (pending & INTC_PENDING_BASIC_GPU1_7) in bcm2835_intc_active_intr()
174 if (pending & INTC_PENDING_BASIC_GPU1_9) in bcm2835_intc_active_intr()
176 if (pending & INTC_PENDING_BASIC_GPU1_10) in bcm2835_intc_active_intr()
178 if (pending & INTC_PENDING_BASIC_GPU1_18) in bcm2835_intc_active_intr()
[all …]
/freebsd/lib/libsys/
H A Dsigwaitinfo.252 are pending,
64 are pending, then
81 system call selects the pending signal from the set specified by
83 Should any of multiple pending signals in the range
90 between multiple pending non-realtime signals, is unspecified.
93 is pending at the time of the call, the calling thread
96 become pending or until it is interrupted by an unblocked, caught signal.
143 queued for the selected signal, the pending indication for that signal
148 is pending or is generated)
188 Kernel only checks for this error if no signal is pending in set and it
/freebsd/lib/libpmc/pmu-events/arch/x86/emeraldrapids/
H A Duncore-memory.json1936 "BriefDescription": "Read Pending Queue Allocations",
1940 …"PublicDescription": "Read Pending Queue Allocations: Counts the number of allocations into the Re…
1945 "BriefDescription": "Read Pending Queue Allocations",
1949 …"PublicDescription": "Read Pending Queue Allocations: Counts the number of allocations into the Re…
1954 "BriefDescription": "Read Pending Queue Occupancy",
1958 …"PublicDescription": "Read Pending Queue Occupancy: Accumulates the occupancies of the Read Pendin…
1962 "BriefDescription": "Read Pending Queue Occupancy",
1966 …"PublicDescription": "Read Pending Queue Occupancy: Accumulates the occupancies of the Read Pendin…
1970 "BriefDescription": "Write Pending Queue Allocations",
1974 …"PublicDescription": "Write Pending Queue Allocations: Counts the number of allocations into the W…
[all …]
/illumos-gate/usr/src/man/man9f/
H A Dusb_pipe_drain_reqs.9f8 usb_pipe_drain_reqs \- Allow completion of pending pipe requests
39 Handle of the pipe containing pending requests.
81 The \fBusb_pipe_drain_reqs()\fR function provides waits for pending requests to
83 pending requests on a non-shared pipe indicated by pipe_handle have completed.
86 that all pending requests on that pipe that are associated with a given dip are
97 If USB_FLAGS_SLEEP is set in flags, block until all pending requests are
99 pending requests are completed.
218 /* Wait for pending requests of a pipe to finish. Don't timeout. */
240 the USB_FLAGS_SLEEP flag allows any pending requests in that pipe to complete
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c53 * call with an exception pending.
143 * Gets a sequence-generated consumer ID, or NO_HANDLE if exception pending
166 * method call. If the return value is DTJ_ERR, a java exception is pending.
177 return (DTJ_ERR); /* java exception pending */ in dtj_get_java_consumer()
210 * Returns B_TRUE if successful; a java exception is pending otherwise.
308 * Precondition: no exception pending (any pending exception must be temporarily
320 return (NULL); /* java exception pending */ in dtj_remove_consumer()
391 * Program constructor fails (exception pending in that case).
433 * pending in that case).
446 return (NULL); /* java exception pending */ in dtj_get_program_info()
[all …]
/illumos-gate/usr/src/man/man3c/
H A Dsigwaitinfo.3c69 The \fBsigwaitinfo()\fR function selects the pending signal from the set
70 specified by \fBset\fR. Should any of multiple pending signals in the range
73 multiple pending non-realtime signals, is unspecified. If no signal in
74 \fBset\fR is pending at the time of the call, the calling thread is suspended
75 until one or more signals in \fBset\fR become pending or until it is
90 selected signal, the pending indication for that signal will be reset. If the
97 except that if none of the signals specified by \fBset\fR are pending,
101 specified by \fBset\fR are pending, then \fBsigtimedwait()\fR returns
114 is pending or is generated) \fBsigwaitinfo()\fR and \fBsigtimedwait()\fR will
176 no signal is pending in \fIset\fR and it is necessary to wait.
H A Dselect.3c105 are ready for writing, or have an exceptional condition pending,
190 for error conditions pending, and on output indicates which file descriptors
191 have error conditions pending.
199 ready for writing, or have an error condition pending, respectively, and return
242 does not affect any pending timers set up by
273 If a socket has a pending error, it is considered to have an exceptional
274 condition pending.
284 indicates that the descriptor has no exceptional condition pending.
306 the connection attempt has either succeeded or failed leaving a pending error,
309 A socket is considered to have an exceptional condition pending if a receive
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h62 /* PENDING is not an error and should be positive */
75 /* Wait until all pending commands complete */
85 * pending commands list.
88 /* If there is another pending ramrod, wait until it finishes and
137 int state; /* "ramrod is pending" state bit */
245 /* Commands pending for an execution. */
248 /* Commands pending for an completion. */
268 * Called before removing pending commands, cleaning allocated
274 * This will try to cancel the current pending commands list
353 BOOL head_exe_request; /* Pending execution request. */
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Doffchannel.c101 wpa_printf(MSG_DEBUG, "Off-channel: Pending Action frame TX " in wpas_send_action_cb()
141 wpa_printf(MSG_DEBUG, "Off-channel: Sending pending Action frame to " in wpas_send_action_cb()
154 "pending Action frame"); in wpas_send_action_cb()
185 "no pending operation"); in offchannel_send_action_tx_status()
200 "mismatching contents with pending frame"); in offchannel_send_action_tx_status()
203 wpa_hexdump_buf(MSG_MSGDUMP, "Pending TX frame", in offchannel_send_action_tx_status()
209 "Off-channel: Delete matching pending action frame (dst=" in offchannel_send_action_tx_status()
212 wpa_hexdump_buf(MSG_MSGDUMP, "Pending TX frame", in offchannel_send_action_tx_status()
278 wpa_printf(MSG_DEBUG, "Off-channel: Dropped pending Action " in offchannel_send_action()
282 wpa_hexdump_buf(MSG_MSGDUMP, "Pending TX frame", in offchannel_send_action()
[all …]
/freebsd/tests/sys/aio/
H A Daio_kqueue_test.c68 int failed = 0, fd, kq, pending, result, run; in main() local
111 pending = 0; in main()
113 pending++; in main()
142 pending--; in main()
148 cancel = max_queue_per_proc - pending; in main()
152 while (pending) { in main()
188 pending, max_queue_per_proc, cancel); in main()
198 printf("Error Result for %d is %d pending %d\n", in main()
199 j, result, pending); in main()
207 " (errno=%d) should be %zu\n", run, pending, in main()
[all …]
/freebsd/share/man/man9/
H A Dcallout.9174 for each pending function invocation.
175 This structure stores state about the pending function invocation including
177 Pending function calls can be cancelled or rescheduled to a different time.
276 if it is currently pending.
277 If the callout is pending and successfully stopped, then
318 already has a pending callout,
320 These functions return a value of one if a pending callout was cancelled
321 and zero if there was no pending callout.
503 .Em pending ;
505 .Em pending
[all …]
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsathw.c129 if (RLERecovery == agFALSE) /* RLE is not checked against pending IO's */ in smsataLLIOStart()
149 …SM_DBG1(("smsataLLIOStart: 1st busy NCQ. NCQ Pending 0x%x NONNCQ Pending 0x%x All Pending 0x%x!!!\… in smsataLLIOStart()
163 …SM_DBG1(("smsataLLIOStart: 1st busy NCQ. NCQ Pending 0x%x NONNCQ Pending 0x%x All Pending 0x%x!!!\… in smsataLLIOStart()
186 …SM_DBG1(("smsataLLIOStart: ATAPI busy NON-NCQ. NCQ Pending 0x%x NON-NCQ Pending 0x%x All Pending 0… in smsataLLIOStart()
200 …SM_DBG1(("smsataLLIOStart: ATAPI busy NON-NCQ. NCQ Pending 0x%x NON-NCQ Pending 0x%x All Pending 0… in smsataLLIOStart()
220 …SM_DBG1(("smsataLLIOStart: 2nd busy NCQ. NCQ Pending 0x%x NONNCQ Pending 0x%x All Pending 0x%x!!!\… in smsataLLIOStart()
234 …SM_DBG1(("smsataLLIOStart: 2nd busy NCQ. NCQ Pending 0x%x NONNCQ Pending 0x%x All Pending 0x%x!!!\… in smsataLLIOStart()
/freebsd/contrib/unbound/services/
H A Doutside_network.h40 * and wait for the pending answer, with timeouts.
51 struct pending;
129 /** pending udp queries waiting to be sent out, waiting for fd */
130 struct pending* udp_wait_first;
131 /** last pending udp query in list */
132 struct pending* udp_wait_last;
134 /** pending udp answers. sorted by id, addr */
135 rbtree_type* pending; member
156 * Array of tcp pending used for outgoing TCP connections.
279 struct pending_tcp* pending; member
312 struct pending { global() struct
316 nodepending global() argument
336 sqpending global() argument
338 next_waitingpending global() argument
359 pkt_lenpending global() argument
518 void* pending; global() member
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A DREADME41 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE
58 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
72 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
93 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE
108 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
147 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
148 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE
224 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
225 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE
301 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
[all …]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c132 * -1 Nothing pending
133 * 0x000-0x0ff Pending byte
138 int pending; member
143 -1, /* pending */
167 kb.pending = -1; in kb_getchar()
173 * kb_ischar() doesn't succeed without leaving kb.pending in kb_getchar()
176 ASSERT(kb.pending >= 0); in kb_getchar()
178 if (kb.pending & 0x100) { in kb_getchar()
179 kb.pending &= 0xff; in kb_getchar()
180 switch (kb.pending) { in kb_getchar()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c1041 …t we are not in the middle of handling another encapsulated packets offload set request (1 pending) in lm_encap_send_ramrod()
1513 * @return lm_status_t SUCCESS on syncrounous success, PENDING
1626 * if it's on execute the vlan pending command
1636 * @return lm_status_t SUCCESS on syncrounous success, PENDING
2054 * - Success / Pending or Failure
2220 * mark ecore as done, return PENDING to UM, don't clear cookie. This means miniport in lm_set_rx_mask()
2303 * PENDING on asyncounous completion
2508 * PENDING on asyncounous completion
2658 * PENDING on asyncounous completion
2853 /* Clear pending state for the last command */ in lm_eq_handle_mcast_eqe()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Duncore-memory.json133 "BriefDescription": "Read Pending Queue Allocations",
143 "BriefDescription": "Read Pending Queue Allocations",
153 "BriefDescription": "Write Pending Queue Allocations",
163 "BriefDescription": "Write Pending Queue Allocations",
200 "BriefDescription": "Read Pending Queue Occupancy",
209 "BriefDescription": "Read Pending Queue Occupancy",
218 "BriefDescription": "Write Pending Queue Occupancy",
227 "BriefDescription": "Write Pending Queue Occupancy",
256 "BriefDescription": "PMM Read Pending Queue Occupancy",
324 "BriefDescription": "PMM Write Pending Queue Occupancy",
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c77 * Insert an vector into the tail of the interrupt pending list
97 * pending list.
133 * Add hardware interrupts to the interrupt pending list.
148 * Add ISR of this interrupt to the pending list for such in apix_add_pending_hardint()
162 /* set pending at specified priority level */ in apix_add_pending_hardint()
166 continue; /* already in the pending list */ in apix_add_pending_hardint()
169 /* insert into pending list by it original IPL */ in apix_add_pending_hardint()
179 * Walk pending hardware interrupts at given priority level, invoking
338 * If there are pending interrupts, send a softint to in apix_do_softint_epilog()
397 volatile uint16_t pending; in apix_do_softint() local
[all …]
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c94 /** the pending entry for this commpoint (if any) */
95 struct fake_pending* pending; member
165 /** delete a fake pending */
208 * return: true if pending query matches the now event.
219 /* see if any of the pending queries matches */ in pending_matches_current()
236 * Find the range that matches this pending message.
239 * @param pend: the pending that the entry must match.
269 * See if outgoing pending query matches an entry.
273 * @return: true if pending query matches the now event.
297 * Remove the item from the pending list.
[all …]
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_lock.c28 * Do we have a writer or someone pending. Note, some cases require checking
30 * nuance here. As a general rule of thumb, when locking, the pending writers
42 * Taking a namespace read lock requires that there is no writer (or pending) on
55 * 1) Any active or pending writer on the controller lock. They block and starve
57 * 2) Any active or pending writers on the namespace lock. We must wait in line.
58 * 3) Any active readers on the namespace lock. We ignore pending namespace
72 * there are outstanding or pending writers on the controller lock. We can
86 * 1) Any controller write lock or pending write
87 * 2) Any controller read lock. We skip pending reads because if they exist,
89 * 3) Any namespace having a write lock. We ignore pending writes because by
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DDTLSv1_handle_timeout.pod5 DTLSv1_handle_timeout - handle a pending timeout event for a DTLS or QUIC SSL
16 DTLSv1_handle_timeout() handles any timeout events which have become pending
30 Returns 1 if there was a pending timeout event and it was handled successfully.
32 Returns 0 if there was no pending timeout event, or if the SSL object is not a
35 Returns -1 if there was a pending timeout event but it could not be handled

12345678910>>...124