Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 25 of 26) sorted by relevance

12

/minix/external/bsd/tmux/dist/compat/
H A Dimsg-buffer.c189 msgbuf->queued = 0; in msgbuf_init()
291 msgbuf->queued++; in ibuf_enqueue()
302 msgbuf->queued--; in ibuf_dequeue()
H A Dimsg.h40 u_int32_t queued; member
H A Dimsg.c258 while (ibuf->w.queued) in imsg_flush()
/minix/external/bsd/libevent/dist/
H A Ddefer-internal.h47 unsigned queued : 1; member
H A Dbufferevent.c232 if (!p->deferred.queued) in _bufferevent_run_readcb()
249 if (!p->deferred.queued) in _bufferevent_run_writecb()
267 if (!p->deferred.queued) in _bufferevent_run_eventcb()
H A Devent.c1407 cb->queued = 0; in event_process_deferred_callbacks()
2370 if (cb->queued) { in event_deferred_cb_cancel()
2373 cb->queued = 0; in event_deferred_cb_cancel()
2390 if (!cb->queued) { in event_deferred_cb_schedule()
2391 cb->queued = 1; in event_deferred_cb_schedule()
H A Dbuffer.c512 if (buffer->deferred.queued) in evbuffer_invoke_callbacks()
/minix/external/bsd/libevent/dist/test/
H A Dtest-ratelim.c81 size_t queued; member
101 cs->queued += sizeof(buf); in loud_writecb()
/minix/minix/lib/liblwip/dist/src/core/
H A Dpbuf.c201 u8_t queued; in pbuf_pool_is_empty()
204 queued = pbuf_free_ooseq_pending; in pbuf_pool_is_empty()
208 if (!queued) { in pbuf_pool_is_empty()
/minix/external/bsd/libpcap/dist/
H A Dpcap-usb-linux.c93 u_int32_t queued; member
776 stats->ps_recv = handlep->packets_read + st.queued; in usb_stats_linux_bin()
/minix/external/bsd/nvi/docs/internals/
H A Dinput13 any queued input was silently discarded. I don't see any reason to either
14 support or not support this semantic. I intend to retain the queued input,
/minix/minix/net/lwip/
H A Dtcpsock.c2484 struct tcpsock *queued; in tcpsock_close() local
2496 queued = TAILQ_FIRST(&tcp->tcp_queue.tq_head); in tcpsock_close()
2498 tcpsock_pcb_abort(queued); in tcpsock_close()
2500 (void)tcpsock_cleanup(queued, TRUE /*may_free*/); in tcpsock_close()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ScheduleSLM.td56 // as two micro-ops when queued in the reservation station.
H A DX86SchedSandyBridge.td69 // as two micro-ops when queued in the reservation station.
H A DX86SchedHaswell.td79 // as two micro-ops when queued in the reservation station.
/minix/external/bsd/dhcp/dist/doc/
H A Dapi+protocol255 returns nonzero status code if open couldn't be queued
256 returns zero if open was queued
295 status of the queued request will be stored through s, and
/minix/external/bsd/tmux/dist/
H A Dclient.c403 if (client_ibuf.w.queued > 0) in client_update_event()
H A Dserver-fn.c519 if (c->ibuf.w.queued > 0) in server_update_event()
H A Dserver-client.c230 if (c->ibuf.w.queued == 0) in server_client_callback()
/minix/minix/lib/liblwip/dist/
H A DUPGRADING229 queued (like demanded by RFC 1122).
H A DCHANGELOG1098 received, not when we have more data queued for sending than fits into the
3773 * etharp.c: Make sure the first pbuf queued on an ARP entry
3838 is not queued, and gets lost. Fixed the case where the packets destination
/minix/minix/servers/vfs/
H A DREADME109 the request is queued. All standard system calls are handled by such worker
137 available to handle the work, the work is queued in the corresponding process
145 work. Therefore, each process may have a PM request queued for execution, also
/minix/external/bsd/dhcp/dist/server/
H A Dfailover.c2384 int queued; in dhcp_failover_pool_reqbalance() local
2390 queued = dhcp_failover_pool_dobalance(state, NULL); in dhcp_failover_pool_reqbalance()
2392 dhcp_failover_send_poolresp(state, queued); in dhcp_failover_pool_reqbalance()
2394 if (queued) in dhcp_failover_pool_reqbalance()
/minix/external/bsd/dhcp/dist/
H A DRELNOTES1273 - Multiple (up to "delayed-ack x;" maximum) DHCPv4 packets are now queued and
1682 - Any queued BNDACKs are transmitted before transmitting new BNDUPDs.
/minix/external/bsd/bind/dist/
H A DCHANGES337 3955. [bug] Notify messages due to changes are no longer queued
8249 queued for transfer and the zone was then removed.
8574 loaded, queued for loading to up to date.
12815 queued events are delivered even in the shutdown case.

12