Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 870) sorted by relevance

12345678910>>...35

/netbsd/sys/arch/sgimips/sgimips/
H A Dcpu.c107 uint32_t pending; in cpu_intr() local
119 while (ppl < (ipl = splintr(&pending))) { in cpu_intr()
122 if (pending & MIPS_INT_MASK_5) { in cpu_intr()
123 (void)(*platform.intr5)(pc, status, pending); in cpu_intr()
127 if (pending & MIPS_INT_MASK_4) { in cpu_intr()
128 (void)(*platform.intr4)(pc, status, pending); in cpu_intr()
132 if (pending & MIPS_INT_MASK_3) { in cpu_intr()
137 if (pending & MIPS_INT_MASK_2) { in cpu_intr()
142 if (pending & MIPS_INT_MASK_1) { in cpu_intr()
147 if (pending & MIPS_INT_MASK_0) { in cpu_intr()
[all …]
/netbsd/external/bsd/openldap/dist/tests/data/
H A Dlloadd-backend-issues.conf30 max-pending-ops=5
31 conn-max-pending=3
38 max-pending-ops=5
39 conn-max-pending=3
46 max-pending-ops=5
47 conn-max-pending=3
54 max-pending-ops=5
55 conn-max-pending=3
H A Dlloadd-anon.conf24 max-pending-ops=5
25 conn-max-pending=3
31 max-pending-ops=5
32 conn-max-pending=3
38 max-pending-ops=5
39 conn-max-pending=3
H A Dlloadd.conf31 max-pending-ops=20
32 conn-max-pending=3
38 max-pending-ops=20
39 conn-max-pending=3
45 max-pending-ops=20
46 conn-max-pending=3
H A Dlloadd-sasl.conf33 max-pending-ops=20
34 conn-max-pending=3
40 max-pending-ops=20
41 conn-max-pending=3
47 max-pending-ops=20
48 conn-max-pending=3
H A Dlloadd-tls.conf42 max-pending-ops=20
43 conn-max-pending=3
49 max-pending-ops=20
50 conn-max-pending=3
56 max-pending-ops=20
57 conn-max-pending=3
/netbsd/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_irq.c41 uint32_t pending; in qxl_irq_handler() local
43 pending = xchg(&qdev->ram_header->int_pending, 0); in qxl_irq_handler()
45 if (!pending) in qxl_irq_handler()
50 if (pending & QXL_INTERRUPT_DISPLAY) { in qxl_irq_handler()
55 if (pending & QXL_INTERRUPT_CURSOR) { in qxl_irq_handler()
59 if (pending & QXL_INTERRUPT_IO_CMD) { in qxl_irq_handler()
63 if (pending & QXL_INTERRUPT_ERROR) { in qxl_irq_handler()
71 if (pending & QXL_INTERRUPT_CLIENT_MONITORS_CONFIG) { in qxl_irq_handler()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dbuildsym.h66 struct pending struct
68 struct pending *next; argument
80 struct pending *locals; argument
245 struct pending **get_local_symbols () in get_local_symbols()
250 struct pending **get_file_symbols () in get_file_symbols()
255 struct pending **get_global_symbols () in get_global_symbols()
292 struct pending **listhead,
393 struct pending *m_file_symbols = nullptr;
396 struct pending *m_global_symbols = nullptr;
399 struct pending *m_local_symbols = nullptr;
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dbuildsym.h66 struct pending struct
68 struct pending *next; argument
80 struct pending *locals; argument
245 struct pending **get_local_symbols () in get_local_symbols()
250 struct pending **get_file_symbols () in get_file_symbols()
255 struct pending **get_global_symbols () in get_global_symbols()
292 struct pending **listhead,
393 struct pending *m_file_symbols = nullptr;
396 struct pending *m_global_symbols = nullptr;
399 struct pending *m_local_symbols = nullptr;
[all …]
/netbsd/sys/arch/evbmips/evbmips/
H A Dinterrupt.c54 uint32_t pending; in cpu_intr() local
66 while (ppl < (ipl = splintr(&pending))) { in cpu_intr()
73 KASSERT(pending != 0); in cpu_intr()
82 if (pending & MIPS_INT_MASK_5) { in cpu_intr()
89 pending ^= MIPS_INT_MASK_5; in cpu_intr()
93 if (pending != 0) { in cpu_intr()
95 evbmips_iointr(ipl, pending, &cf); in cpu_intr()
/netbsd/sys/arch/algor/algor/
H A Dalgor_intr.c105 evbmips_iointr(int ipl, uint32_t pending, struct clockframe *cf) in evbmips_iointr() argument
107 (*algor_iointr)(ipl, cf->pc, pending); in evbmips_iointr()
125 uint32_t pending; in cpu_intr() local
130 while (ppl < (ipl = splintr(&pending))) { in cpu_intr()
132 if (pending & MIPS_INT_MASK_5) { in cpu_intr()
141 if (pending & (MIPS_INT_MASK_0|MIPS_INT_MASK_1|MIPS_INT_MASK_2| in cpu_intr()
144 (*algor_iointr)(ipl, pc, pending); in cpu_intr()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_sw_fence.c393 int pending; in __i915_sw_fence_await_sw_fence() local
409 pending = 0; in __i915_sw_fence_await_sw_fence()
425 wq->flags = pending; in __i915_sw_fence_await_sw_fence()
438 pending = 1; in __i915_sw_fence_await_sw_fence()
441 pending = 0; in __i915_sw_fence_await_sw_fence()
445 return pending; in __i915_sw_fence_await_sw_fence()
656 ret = pending; in i915_sw_fence_await_reservation()
660 ret |= pending; in i915_sw_fence_await_reservation()
675 if (pending < 0) in i915_sw_fence_await_reservation()
676 ret = pending; in i915_sw_fence_await_reservation()
[all …]
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dctxcsn.c188 struct slap_csn_entry *pending; in slap_queue_csn() local
191 pending = (struct slap_csn_entry *) ch_calloc( 1, in slap_queue_csn()
194 Debug( LDAP_DEBUG_SYNC, "slap_queue_csn: queueing %p %s\n", pending, csn->bv_val ); in slap_queue_csn()
196 ber_dupbv( &pending->ce_csn, csn ); in slap_queue_csn()
197 ber_bvreplace_x( &op->o_csn, &pending->ce_csn, op->o_tmpmemctx ); in slap_queue_csn()
198 pending->ce_sid = slap_parse_csn_sid( csn ); in slap_queue_csn()
199 pending->ce_op = op; in slap_queue_csn()
200 pending->ce_state = SLAP_CSN_PENDING; in slap_queue_csn()
204 pending, ce_csn_link ); in slap_queue_csn()
/netbsd/sys/arch/arm/marvell/
H A Dmv78xx0.c185 uint32_t pending; in mv78xx0_find_pending_irqs() local
188 pending = read_mlmbreg(MV78XX0_ICI_MICR(0)) & in mv78xx0_find_pending_irqs()
190 if (pending != 0) in mv78xx0_find_pending_irqs()
191 ipl = pic_mark_pending_sources(&mv78xx0_pic, 0, pending); in mv78xx0_find_pending_irqs()
193 pending = read_mlmbreg(MV78XX0_ICI_MICR(1)) & in mv78xx0_find_pending_irqs()
195 if (pending != 0) in mv78xx0_find_pending_irqs()
196 ipl |= pic_mark_pending_sources(&mv78xx0_pic, 32, pending); in mv78xx0_find_pending_irqs()
/netbsd/sys/arch/pmax/pmax/
H A Dinterrupt.c90 uint32_t pending; in cpu_intr() local
94 while (ppl < (ipl = splintr(&pending))) { in cpu_intr()
96 if (pending & (MIPS_INT_MASK_0|MIPS_INT_MASK_1|MIPS_INT_MASK_2| in cpu_intr()
98 (*platform.iointr)(status, pc, pending); in cpu_intr()
102 if (pending & MIPS_INT_MASK_5) { in cpu_intr()
/netbsd/sys/arch/evbarm/lubbock/
H A Dobio.c93 int irqno, pending, mask; in obio_intr() local
100 pending = bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, in obio_intr()
109 pending &= mask; in obio_intr()
110 while (pending) { in obio_intr()
113 for ( ;pending; ++irqno) { in obio_intr()
114 if (0 == (pending & (1U<<irqno))) in obio_intr()
116 pending &= ~(1U<<irqno); in obio_intr()
142 pending = bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, in obio_intr()
147 pending &= mask; in obio_intr()
/netbsd/external/bsd/unbound/dist/services/
H A Doutside_network.h51 struct pending;
130 struct pending* udp_wait_first;
132 struct pending* udp_wait_last;
135 rbtree_type* pending; member
279 struct pending_tcp* pending; member
312 struct pending { struct
338 struct pending* next_waiting; argument
518 void* pending; member
597 struct pending* pending_udp_query(struct serviced_query* sq,
623 void pending_delete(struct outside_network* outnet, struct pending* p);
H A Doutside_network.c110 struct pending *p1 = (struct pending*)key1; in pending_cmp()
111 struct pending *p2 = (struct pending*)key2; in pending_cmp()
366 if(!reuse || !reuse->pending || !reuse->pending->c)
915 reuse->pending->c->fd, reuse->pending,
1428 p = (struct pending*)rbtree_search(outnet->pending, &key);
1510 struct pending* p = (struct pending*)arg;
1521 struct pending* p = (struct pending*)arg;
1749 struct pending* pend = (struct pending*)node;
2182 struct pending*
2690 struct pending* p = (struct pending*)sq->pending;
[all …]
/netbsd/external/mit/libuv/dist/test/
H A Dtest-ipc-send-recv.c89 uv_handle_type pending; in recv_cb() local
116 pending = uv_pipe_pending_type(pipe); in recv_cb()
117 ASSERT(pending == ctx.expected_type); in recv_cb()
119 if (pending == UV_NAMED_PIPE) in recv_cb()
121 else if (pending == UV_TCP) in recv_cb()
302 uv_handle_type pending; in read_cb() local
325 pending = uv_pipe_pending_type(pipe); in read_cb()
326 ASSERT(pending == UV_NAMED_PIPE || pending == UV_TCP); in read_cb()
328 if (pending == UV_NAMED_PIPE) in read_cb()
330 else if (pending == UV_TCP) in read_cb()
/netbsd/sys/arch/epoc32/windermere/
H A Dwindermere.c197 uint16_t pending; in windermere_find_pending_irqs() local
199 pending = *(intr + INTSR); in windermere_find_pending_irqs()
200 if (pending & ~pic_mask) { in windermere_find_pending_irqs()
201 *(intr + INTENC) = pending & ~pic_mask; in windermere_find_pending_irqs()
203 pending & ~pic_mask); in windermere_find_pending_irqs()
204 pending &= pic_mask; in windermere_find_pending_irqs()
206 if (pending == 0) in windermere_find_pending_irqs()
209 return pic_mark_pending_sources(&windermere_pic, 0, pending); in windermere_find_pending_irqs()
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Diopending_example.txt31 disk events were "pending" completion. In the above example the disks are
32 quiet - for all the samples there are zero disk events pending.
56 was 1 I/O event pending; for 80 samples there was 2, and so on.
121 In the first output, most of the time (67%) there was 1 event pending,
122 and for a short time there were 8 events pending. In the second output we
123 see many samples were off the scale - 650 samples at 32 or more pending
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Diopending_example.txt31 disk events were "pending" completion. In the above example the disks are
32 quiet - for all the samples there are zero disk events pending.
56 was 1 I/O event pending; for 80 samples there was 2, and so on.
121 In the first output, most of the time (67%) there was 1 event pending,
122 and for a short time there were 8 events pending. In the second output we
123 see many samples were off the scale - 650 samples at 32 or more pending
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dratelimiter.c47 ISC_LIST(isc_event_t) pending;
75 ISC_LIST_INIT(rl->pending); in isc_ratelimiter_create()
162 ISC_LIST_PREPEND(rl->pending, ev, ev_ratelink); in isc_ratelimiter_enqueue()
164 ISC_LIST_APPEND(rl->pending, ev, ev_ratelink); in isc_ratelimiter_enqueue()
193 ISC_LIST_UNLINK(rl->pending, event, ev_ratelink); in isc_ratelimiter_dequeue()
216 p = ISC_LIST_HEAD(rl->pending); in ratelimiter_tick()
221 ISC_LIST_UNLINK(rl->pending, p, ev_ratelink); in ratelimiter_tick()
255 while ((ev = ISC_LIST_HEAD(rl->pending)) != NULL) { in isc_ratelimiter_shutdown()
257 ISC_LIST_UNLINK(rl->pending, ev, ev_ratelink); in isc_ratelimiter_shutdown()
357 if (!ISC_LIST_EMPTY(rl->pending)) { in isc_ratelimiter_release()
/netbsd/sys/arch/arm/s3c2xx0/
H A Ds3c2410_extint.c234 uint32_t pending_mask, pending; in ssextio_cascaded_intr() local
257 pending = pending_mask & bus_space_read_4(iot, ioh, GPIO_EINTPEND); in ssextio_cascaded_intr()
258 pending &= ~ssextio_softc->sc_mask; in ssextio_cascaded_intr()
259 ssextio_softc->sc_pending |= pending; in ssextio_cascaded_intr()
264 for (i=int_min; pending; ++i) { in ssextio_cascaded_intr()
265 if (pending & (1<<i)) { in ssextio_cascaded_intr()
270 pending &= ~ (1<<i); in ssextio_cascaded_intr()
H A Ds3c2440_extint.c266 uint32_t pending_mask, pending; in ssextio_cascaded_intr() local
289 pending = pending_mask & bus_space_read_4(iot, ioh, GPIO_EINTPEND); in ssextio_cascaded_intr()
290 pending &= ~ssextio_softc->sc_mask; in ssextio_cascaded_intr()
291 ssextio_softc->sc_pending |= pending; in ssextio_cascaded_intr()
296 for (i=int_min; pending; ++i) { in ssextio_cascaded_intr()
297 if (pending & (1<<i)) { in ssextio_cascaded_intr()
302 pending &= ~ (1<<i); in ssextio_cascaded_intr()

12345678910>>...35