Home
last modified time | relevance | path

Searched refs:pushing (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h127 ngx_uint_t pushing; member
H A Dngx_http_v2.c396 && (h2c->state.incomplete || h2c->processing || h2c->pushing)) in ngx_http_v2_read_handler()
436 if (h2c->processing || h2c->pushing) { in ngx_http_v2_read_handler()
620 if (h2c->last_out || h2c->processing || h2c->pushing) { in ngx_http_v2_handle_connection()
3125 h2c->pushing++; in ngx_http_v2_create_stream()
4310 node->id, stream->queued, h2c->processing, h2c->pushing); in ngx_http_v2_close_stream()
4418 h2c->pushing--; in ngx_http_v2_close_stream()
4424 if (h2c->processing || h2c->pushing || h2c->blocked) { in ngx_http_v2_close_stream()
4580 if (!h2c->processing && !h2c->pushing) { in ngx_http_v2_finalize_connection()
4629 if (h2c->processing || h2c->pushing) { in ngx_http_v2_finalize_connection()
H A Dngx_http_v2_filter_module.c927 h2c->pushing, h2c->concurrent_pushes); in ngx_http_v2_push_resource()
929 if (h2c->pushing >= h2c->concurrent_pushes) { in ngx_http_v2_push_resource()
/f-stack/dpdk/doc/guides/nics/
H A Dena.rst154 reduces the latency of the packets by pushing the header directly through
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst25 commands through the network and wait for the response before pushing the next command.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst83 of the packets by pushing the header directly through the PCI to the
/f-stack/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst659 from traffic instead of pushing them. They can be used multiple times as
H A Dcompressdev.rst547 /* analyze the amount of consumed and produced data before pushing next op*/