/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | uncore-memory.json | 162 "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 D | uncore-memory.json | 67 "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 D | bcm2835_intr.c | 164 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 D | sigwaitinfo.2 | 52 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
|
H A D | sigfastblock.2 | 82 .Dq pending signal 86 operation when clearing the variable if it notes the pending signal 87 bit is set, which would deliver the pending signals immediately. 106 If there are pending signals which should be delivered to the calling 109 that the pending signal exists.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | offchannel.c | 101 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 D | aio_kqueue_test.c | 69 int failed = 0, fd, kq, pending, result, run; in main() local 113 pending = 0; in main() 115 pending++; in main() 144 pending--; in main() 150 cancel = max_queue_per_proc - pending; in main() 154 while (pending) { in main() 190 pending, max_queue_per_proc, cancel); in main() 200 printf("Error Result for %d is %d pending %d\n", in main() 201 j, result, pending); in main() 209 " (errno=%d) should be %zu\n", run, pending, in main() [all …]
|
/freebsd/share/man/man9/ |
H A D | callout.9 | 174 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 D | smsathw.c | 129 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 D | outside_network.h | 40 * 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 [all …]
|
H A D | outside_network.c | 40 * 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. 362 if(!reuse || !reuse->pending || !reuse->pending->c) 367 reuse->pending->c->fd); 486 pend_tcp->reuse.pending = pend_tcp; 532 key_p.reuse.pending = &key_p; 551 log_assert(&key_p != ((struct reuse_tcp*)result)->pending); [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | uncore-memory.json | 133 "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/sys/dev/cxgbe/ |
H A D | t4_clip.c | 83 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 D | uncore-memory.json | 88 …"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/sys/dev/nvmf/host/ |
H A D | nvmf_aer.c | 27 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 D | rdma_common.h | 286 #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 D | event.h | 79 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 D | event.h | 79 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 D | efiwake.8 | 48 .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/sys/cam/ |
H A D | cam_iosched.c | 182 * 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 D | ecore_sp.c | 189 * '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 D | uncore-memory.json | 138 "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.…
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 38 /// Pending[i] is an action to dump an entity at level i. 39 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable 64 while (!Pending.empty()) { in AddChild() 65 Pending.back()(true); in AddChild() 66 Pending.pop_back(); in AddChild() 100 unsigned Depth = Pending.size(); in AddChild() 106 while (Depth < Pending.size()) { in AddChild() 107 Pending.back()(true); in AddChild() 108 this->Pending.pop_back(); in AddChild() 116 Pending.push_back(std::move(DumpWithIndent)); in AddChild() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | Scheduler.h | 123 // Counts the number of instructions in the pending set that were dispatched 152 // Add promoted instructions to the 'Pending' vector in input. 154 bool promoteToPendingSet(SmallVectorImpl<InstRef> &Pending); 206 SmallVectorImpl<InstRef> &Pending, 220 /// Vector Pending is popluated by instructions that have transitioned through 221 /// the pending stat during this cycle. The Pending and Ready sets may not be 223 /// the READY state (going through the PENDING state) within a single cycle. 224 /// That means, instructions may appear in both the Pending and Ready set. 227 SmallVectorImpl<InstRef> &Pending, [all...] |
/freebsd/share/man/man3/ |
H A D | pthread_testcancel.3 | 85 cancellation requests against the target thread are held pending. 89 new or pending cancellation requests may be acted upon at any time. 92 cancellation requests are held pending until a cancellation point (see 96 are held pending; however, once cancelability is enabled again the new 199 request is pending for that thread, then the thread will be canceled,
|