Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-get-link.m450 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 Dkernel-put-link.m429 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 Dngx_http_write_filter_module.c223 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 Dngx_http_request.c2340 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 Dngx_http_upstream.c1280 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 Dngx_event_pipe.c69 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 Dngx_event.h62 unsigned delayed:1; member
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Domap-gpmc.txt94 - 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 Dicp_qat_hw.h402 dir, delayed, algo, depth, filetype) \ argument
404 (((delayed) & QAT_COMPRESSION_DELAYED_MATCH_MASK) \
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c1352 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 Daofrw.tcl188 test {BGREWRITEAOF is delayed if BGSAVE is in progress} {
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst48 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 Dngx_http_limit_req_module.c280 r->connection->write->delayed = 1; in ngx_http_limit_req_handler()
297 if (wev->delayed) { in ngx_http_limit_req_delay()
H A Dngx_http_upstream_keepalive_module.c369 c->read->delayed = 0; in ngx_http_upstream_free_keepalive_peer()
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dibm,emac.txt177 firmware. We use the "delayed" interrupts for txeob
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dam3874-iceboard.dts46 * 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 Dngx_http_perl_module.c281 if (wev->delayed) { in ngx_http_perl_sleep_handler()
H A Dnginx.xs1006 r->connection->write->delayed = 1;
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c2072 if (!fc->error && wev->delayed) { in ngx_http_v2_handle_stream()
2142 if (!wev->delayed) { in ngx_http_v2_filter_cleanup()
H A Dngx_http_v2.c2328 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 Ddlb.rst307 interrupted or otherwise delayed, etc.
H A Ddlb2.rst352 interrupted or otherwise delayed, etc.
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1950.txt484 The modulo on unsigned long accumulators can be delayed for 5552
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11916 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 Dtestpmd_funcs.rst1308 stack performance. Because the GROed packets are delayed to arrive the