| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-get-link.m4 | 50 dnl # The get_link interface has added a delayed done call and 53 AC_MSG_CHECKING([whether iops->get_link() passes delayed]) 56 AC_DEFINE(HAVE_GET_LINK_DELAYED, 1, [iops->get_link() delayed])
|
| H A D | kernel-put-link.m4 | 29 dnl # get_link() uses delayed done, there is no put_link() interface. 33 AC_DEFINE(HAVE_PUT_LINK_DELAYED, 1, [iops->put_link() delayed])
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_write_filter_module.c | 223 if (c->write->delayed) { in ngx_http_write_filter() 262 c->write->delayed = 1; in ngx_http_write_filter() 317 c->write->delayed = 1; in ngx_http_write_filter() 326 c->write->delayed = 1; in ngx_http_write_filter()
|
| H A D | ngx_http_request.c | 2340 if (ev->delayed && ev->timedout) { in ngx_http_request_handler() 2341 ev->delayed = 0; in ngx_http_request_handler() 2603 c->write->delayed = 0; in ngx_http_finalize_request() 2753 if (wev->ready && wev->delayed) { in ngx_http_set_write_handler() 2758 if (!wev->delayed) { in ngx_http_set_write_handler() 2796 if (wev->delayed || r->aio) { in ngx_http_writer() 2800 if (!wev->delayed) { in ngx_http_writer() 2824 if (!wev->delayed) { in ngx_http_writer()
|
| H A D | ngx_http_upstream.c | 1280 if (ev->delayed && ev->timedout) { in ngx_http_upstream_handler() 1281 ev->delayed = 0; in ngx_http_upstream_handler() 3865 if (wev->delayed) { in ngx_http_upstream_process_downstream() 3911 if (rev->delayed) { in ngx_http_upstream_process_upstream()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.c | 69 if (!rev->delayed) { in ngx_event_pipe() 87 if (!wev->delayed) { in ngx_event_pipe() 198 if (p->upstream->read->delayed) { in ngx_event_pipe_read_upstream() 206 p->upstream->read->delayed = 1; in ngx_event_pipe_read_upstream() 250 && !p->downstream->write->delayed) in ngx_event_pipe_read_upstream() 375 p->upstream->read->delayed = 1; in ngx_event_pipe_read_upstream() 590 || downstream->write->delayed) in ngx_event_pipe_write_to_downstream()
|
| H A D | ngx_event.h | 62 unsigned delayed:1; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | omap-gpmc.txt | 94 - gpmc,adv-extra-delay: ADV signal is delayed by half GPMC clock 95 - gpmc,cs-extra-delay: CS signal is delayed by half GPMC clock 100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock 101 - gpmc,we-extra-delay: WE signal is delayed by half GPMC clock
|
| /f-stack/dpdk/drivers/common/qat/qat_adf/ |
| H A D | icp_qat_hw.h | 402 dir, delayed, algo, depth, filetype) \ argument 404 (((delayed) & QAT_COMPRESSION_DELAYED_MATCH_MASK) \
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 1352 if (ev->delayed) { in ngx_stream_proxy_process_connection() 1353 ev->delayed = 0; in ngx_stream_proxy_process_connection() 1362 if (u->connected && !c->read->delayed && !pc->read->delayed) { in ngx_stream_proxy_process_connection() 1415 } else if (ev->delayed) { in ngx_stream_proxy_process_connection() 1599 if (size && src->read->ready && !src->read->delayed in ngx_stream_proxy_process() 1607 src->read->delayed = 1; in ngx_stream_proxy_process() 1636 src->read->delayed = 1; in ngx_stream_proxy_process() 1698 if (!c->read->delayed && !pc->read->delayed) { in ngx_stream_proxy_process()
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | aofrw.tcl | 188 test {BGREWRITEAOF is delayed if BGSAVE is in progress} {
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 48 and one thread being preempted/delayed in a push or pop operation will not
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_limit_req_module.c | 280 r->connection->write->delayed = 1; in ngx_http_limit_req_handler() 297 if (wev->delayed) { in ngx_http_limit_req_delay()
|
| H A D | ngx_http_upstream_keepalive_module.c | 369 c->read->delayed = 0; in ngx_http_upstream_free_keepalive_peer()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | ibm,emac.txt | 177 firmware. We use the "delayed" interrupts for txeob
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am3874-iceboard.dts | 46 * The receive path is delayed at the PHY. The recommended register settings
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.c | 281 if (wev->delayed) { in ngx_http_perl_sleep_handler()
|
| H A D | nginx.xs | 1006 r->connection->write->delayed = 1;
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 2072 if (!fc->error && wev->delayed) { in ngx_http_v2_handle_stream() 2142 if (!wev->delayed) { in ngx_http_v2_filter_cleanup()
|
| H A D | ngx_http_v2.c | 2328 if (!wev->delayed) { in ngx_http_v2_state_window_update() 2363 if (!wev->delayed) { in ngx_http_v2_state_window_update() 4688 if (!wev->delayed) { in ngx_http_v2_adjust_windows()
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | dlb.rst | 307 interrupted or otherwise delayed, etc.
|
| H A D | dlb2.rst | 352 interrupted or otherwise delayed, etc.
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1950.txt | 484 The modulo on unsigned long accumulators can be delayed for 5552
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 11916 uint32_t cts, us_cts, delayed, early; in rack_output() local 11982 delayed = us_cts - rack->r_ctl.rc_last_output_to; in rack_output() 11984 delayed = 0; in rack_output() 11994 (delayed) || in rack_output() 12013 if (delayed) { in rack_output() 12014 rack->r_ctl.rc_agg_delayed += delayed; in rack_output()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1308 stack performance. Because the GROed packets are delayed to arrive the
|