Searched refs:serviced (Results 1 – 15 of 15) sorted by relevance
| /src/sys/amd64/vmm/io/ |
| H A D | vatpic.c | 155 int serviced; in vatpic_get_highest_irrpin() local 163 serviced = atpic->service; in vatpic_get_highest_irrpin() 165 serviced &= ~(1 << 2); in vatpic_get_highest_irrpin() 174 serviced = 0; in vatpic_get_highest_irrpin() 183 if ((serviced & bit) != 0) in vatpic_get_highest_irrpin()
|
| /src/contrib/unbound/testcode/ |
| H A D | fake_event.c | 395 if(!pend->serviced) { in answer_callback_from_entry() 522 if(!p->serviced) { in fake_pending_callback() 1191 pend->serviced = 0; in pending_udp_query() 1242 pend->serviced = 0; in pending_tcp_query() 1373 pend->serviced = 1; in outnet_serviced_query() 1863 pend->serviced = 0; in outnet_comm_point_for_tcp() 1954 pend->serviced = 0; in comm_point_send_udp_msg()
|
| /src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | sifive,plic-1.0.0.txt | 17 serviced first. Each context can specify a priority threshold. Interrupts
|
| /src/contrib/unbound/services/ |
| H A D | outside_network.c | 1754 !(outnet->serviced = rbtree_create(serviced_cmp)) || 1866 if(outnet->serviced) { 1867 traverse_postorder(outnet->serviced, serviced_node_del, NULL); 1868 free(outnet->serviced); 2596 return (struct serviced_query*)rbtree_search(outnet->serviced, &key); 2701 rbtree_insert(outnet->serviced, &sq->node); 3014 rbtree_delete(sq->outnet->serviced, sq); 3523 (void)rbtree_delete(outnet->serviced, sq); 3570 (void)rbtree_delete(sq->outnet->serviced, sq); 3926 s += sizeof(*outnet->serviced); [all …]
|
| H A D | outside_network.h | 137 rbtree_type* serviced; member
|
| /src/crypto/openssl/doc/man7/ |
| H A D | openssl-quic-concurrency.pod | 130 serviced. This includes the use of L<SSL_poll(3)> in a blocking fashion. 174 guarantee that a QUIC domain will be serviced regularly (for example, because
|
| /src/sys/contrib/device-tree/Bindings/dma/ |
| H A D | ti-edma.txt | 19 number and the second is the TC the channel is serviced on.
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-concurrency.md | 31 spinning up background threads to ensure connections are serviced regularly (as 154 performant WCM architecture requires that APL calls be recorded and serviced in
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_shutdown.pod | 304 applications. Ordinarily, QUIC expects a connection to continue to be serviced
|
| /src/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-polling.md | 80 objects are ready to be serviced. 2124 is not serviced and no new data will arrive (unless `SSL_handle_events` is
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 8414 can be given and then TCP queries are serviced wrapped in SSL. 8515 then the serviced query code does not fallback to noEDNS, even if 9009 serviced queries. 10581 It may be serviced by three threads, or maybe by one. 11901 - fixup of Leakage warning when serviced queries processed multiple 12253 - fixup deletion of serviced queries when all callbacks delete too. 12279 - if a query asks to be notified of the same serviced query result 12312 for serviced queries, because the initiator does not know that 12322 for outbound list of serviced queries for iterator module. 12425 - testbound support for new serviced queries. [all …]
|
| H A D | unbound-control.rst | 477 being serviced from other threads.
|
| H A D | unbound.conf.rst | 1107 If enabled, TLS serviced queries that contained an EDNS Padding option will 1115 The block size with which to pad responses serviced over TLS.
|
| /src/contrib/tcp_wrappers/ |
| H A D | README | 610 have serviced a request, just in case another request comes in. In the
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 4477 avoided in cases where events cannot be timely serviced. In this
|