Home
last modified time | relevance | path

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

12345678910>>...83

/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/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...]
H A Doutside_network.c40 * wait for the pending answer events.
86 static int randomize_and_send_udp(struct pending* pend, sldns_buffer* packet,
106 struct pending *p1 = (struct pending*)key1; in pending_cmp()
107 struct pending *p2 = (struct pending*)key2; in pending_cmp()
207 * @param pend: pending tcp structure, for storing the local address choice.
376 if(!reuse || !reuse->pending || !reuse->pending->c)
381 reuse->pending->c->fd);
500 pend_tcp->reuse.pending = pend_tcp;
546 key_p.reuse.pending = &key_p;
565 log_assert(&key_p != ((struct reuse_tcp*)result)->pending);
[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",
/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
/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 …]
/freebsd/sys/dev/cxgbe/
H A Dt4_clip.c83 bool pending; /* in clip_pending list */ member
207 ce->pending = true; in lookup_clip_entry()
264 if (++ce->refcount == 1 && ce->pending && ce->clip_idx != -1) { in t4_get_clip_entry()
267 * use now so take it off the pending list. in t4_get_clip_entry()
270 ce->pending = false; in t4_get_clip_entry()
312 MPASS(ce->pending); in release_clip_entry_locked()
322 * Valid entry is now unused, add to the pending list in release_clip_entry_locked()
324 * can't already be pending. in release_clip_entry_locked()
326 MPASS(!ce->pending); in release_clip_entry_locked()
328 ce->pending = true; in release_clip_entry_locked()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Duncore-memory.json88 …"BriefDescription": "Write requests allocated in the PMM Write Pending Queue for Intel Optane DC p…
96 …"BriefDescription": "Write requests allocated in the PMM Write Pending Queue for Intel Optane DC p…
162 …"BriefDescription": "Read Pending Queue Occupancy of all read requests for Intel Optane DC persist…
285 …"BriefDescription": "Write Pending Queue Occupancy of all write requests for Intel Optane DC persi…
290 …"PublicDescription": "Write Pending Queue Occupancy of all write requests for Intel Optane DC pers…
295 "BriefDescription": "Read Pending Queue Allocations",
300 …"PublicDescription": "Counts the number of read requests allocated into the Read Pending Queue (RP…
304 "BriefDescription": "Read Pending Queue Occupancy",
309 …"PublicDescription": "Counts the number of entries in the Read Pending Queue (RPQ) at each cycle. …
343 "BriefDescription": "Write Pending Queue Allocations",
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_demux.c54 * unconsumed data). These are moved to the pending list as they are filled.
232 * Precondition: there are no pending URXEs
241 /* This should never be called when we have any pending URXE. */ in demux_recv()
307 /* Move from free list to pending list. */ in demux_recv()
328 * Process a single pending URXE.
336 /* The next URXE we process should be at the head of the pending list. */ in demux_process_pending_urxe()
360 return 1; /* keep processing pending URXEs */ in demux_process_pending_urxe()
363 /* Process pending URXEs to generate callbacks. */
377 * Drain the pending URXE list, processing any pending URXEs by making their
378 * callbacks. If no URXEs are pending, a network read is attempted first.
[all …]
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_aer.c27 int pending; member
89 nvmf_finish_aer_page_task(void *arg, int pending) in nvmf_finish_aer_page_task() argument
115 aer->pending--; in nvmf_io_complete_aer_page()
116 if (aer->pending == 0) { in nvmf_io_complete_aer_page()
131 aer->pending--; in nvmf_complete_aer_page()
132 if (aer->pending == 0) { in nvmf_complete_aer_page()
165 * NB: Pending AER commands are aborted during controller in nvmf_complete_aer()
188 nvmf_complete_aer_task(void *arg, int pending) in nvmf_complete_aer_task() argument
196 aer->pending = 2; in nvmf_complete_aer_task()
/freebsd/sys/dev/qlnx/qlnxe/
H A Drdma_common.h286 #define RDMA_SQ_ATOMIC_WQE_RD_FENCE_FLG_MASK 0x1 /* If set, all pending RDMA read or Atomic ope…
288 #define RDMA_SQ_ATOMIC_WQE_INV_FENCE_FLG_MASK 0x1 /* If set, all pending operations will be comp…
319 #define RDMA_SQ_ATOMIC_WQE_1ST_RD_FENCE_FLG_MASK 0x1 /* If set, all pending RDMA read or Atomic o…
321 #define RDMA_SQ_ATOMIC_WQE_1ST_INV_FENCE_FLG_MASK 0x1 /* If set, all pending operations will be co…
360 #define RDMA_SQ_BIND_WQE_RD_FENCE_FLG_MASK 0x1 /* If set, all pending RDMA read or Atomic operati…
362 #define RDMA_SQ_BIND_WQE_INV_FENCE_FLG_MASK 0x1 /* If set, all pending operations will be complete…
410 #define RDMA_SQ_BIND_WQE_1ST_RD_FENCE_FLG_MASK 0x1 /* If set, all pending RDMA read or Atomic ope…
412 #define RDMA_SQ_BIND_WQE_1ST_INV_FENCE_FLG_MASK 0x1 /* If set, all pending operations will be comp…
466 #define RDMA_SQ_COMMON_WQE_RD_FENCE_FLG_MASK 0x1 /* If set, all pending RDMA read or Atomic opera…
468 #define RDMA_SQ_COMMON_WQE_INV_FENCE_FLG_MASK 0x1 /* If set, all pending operations will be comple…
[all …]
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h79 keeping track of which events are "pending" (that is to say, being
208 * have one. It keeps track of all pending and active events, and
234 * pending with event_add(). As your event_base runs, it will run the
240 * An event may be "pending" (one whose condition we are watching),
243 * event_assign() or event_new(), and are then neither active nor pending.
245 * To make an event pending, pass it to event_add(). When doing so, you
254 * You can make an event non-pending by passing it to event_del(). This
258 * becomes non-pending as soon as it is triggered: thus, it only runs at
259 * most once per call to event_add(). A persistent event remains pending
261 * order to make it non-pending. When a persistent event with a timeout
[all …]
/freebsd/contrib/libevent/include/event2/
H A Devent.h79 keeping track of which events are "pending" (that is to say, being
208 * have one. It keeps track of all pending and active events, and
234 * pending with event_add(). As your event_base runs, it will run the
240 * An event may be "pending" (one whose condition we are watching),
243 * event_assign() or event_new(), and are then neither active nor pending.
245 * To make an event pending, pass it to event_add(). When doing so, you
254 * You can make an event non-pending by passing it to event_del(). This
258 * becomes non-pending as soon as it is triggered: thus, it only runs at
259 * most once per call to event_add(). A persistent event remains pending
261 * order to make it non-pending. When a persistent event with a timeout
[all …]
/freebsd/usr.sbin/efiwake/
H A Defiwake.848 .Em pending
52 The pending status tells whether the wake timer fired recently; it is cleared
70 EFI wake time: 2023-05-04T10:00:00; enabled=0, pending=1
77 EFI wake time: 2023-05-04T15:32:16; enabled=0, pending=0
84 EFI wake time: 2023-05-04T15:35:00; enabled=1, pending=0
/freebsd/secure/lib/libcrypto/man/man3/
H A DDTLSv1_handle_timeout.364 DTLSv1_handle_timeout \- handle a pending timeout event for a DTLS or QUIC SSL
75 \&\fBDTLSv1_handle_timeout()\fR handles any timeout events which have become pending
88 Returns 1 if there was a pending timeout event and it was handled successfully.
90 Returns 0 if there was no pending timeout event, or if the SSL object is not a
93 Returns \-1 if there was a pending timeout event but it could not be handled
/freebsd/sys/cam/
H A Dcam_iosched.c182 * accounting. Pending I/Os may complete in any order (even when
261 int pending; /* I/Os pending in the hardware */ member
438 if (ios->current <= 0 || ios->pending < ios->current) in cam_iosched_qd_iop()
448 if (ios->current <= 0 || ios->pending < ios->current) in cam_iosched_qd_caniop()
458 if (ios->current <= 0 || ios->pending != ios->current) in cam_iosched_qd_iodone()
610 int pending; in cam_iosched_ticker() local
628 * isc->load is an EMA of the pending I/Os at each tick. The number of in cam_iosched_ticker()
629 * pending I/Os is the sum of the I/Os queued to the hardware, and those in cam_iosched_ticker()
633 * ios_stats.pending is a count of requests in the SIM right now for in cam_iosched_ticker()
634 * each of these types of I/O. So the total pending count is the sum of in cam_iosched_ticker()
[all …]
/freebsd/sys/dev/bxe/
H A Decore_sp.c189 * 'pending' list. in ecore_exe_queue_step()
200 /* Run through the pending commands list and create a next in ecore_exe_queue_step()
235 /* If zero is returned, means there are no outstanding pending in ecore_exe_queue_step()
236 * completions and we may dismiss the pending list. in ecore_exe_queue_step()
475 ECORE_MSG(sc, "vlan_mac_lock execute pending command with ramrod flags %lu\n", in __ecore_vlan_mac_h_exec_pending()
481 ECORE_ERR("execution of pending commands failed with rc %d\n", in __ecore_vlan_mac_h_exec_pending()
505 ECORE_MSG(sc, "Placing pending execution with ramrod flags %lu\n", in __ecore_vlan_mac_h_pend()
515 * @details Should be called under execution queue lock. Notice if a pending
522 /* It's possible a new pending execution was added since this writer in __ecore_vlan_mac_h_write_unlock()
526 ECORE_MSG(sc, "vlan_mac_lock - writer release encountered a pending request\n"); in __ecore_vlan_mac_h_write_unlock()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json138 "BriefDescription": "Read Pending Queue Allocations",
143 …"PublicDescription": "Counts the number of read requests allocated into the Read Pending Queue (RP…
147 "BriefDescription": "Read Pending Queue Occupancy",
152 …"PublicDescription": "Counts the number of entries in the Read Pending Queue (RPQ) at each cycle. …
156 "BriefDescription": "Write Pending Queue Allocations",
161 …"PublicDescription": "Counts the number of writes requests allocated into the Write Pending Queue …
165 "BriefDescription": "Write Pending Queue Occupancy",
170 …"PublicDescription": "Counts the number of entries in the Write Pending Queue (WPQ) at each cycle.…

12345678910>>...83