Home
last modified time | relevance | path

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

12

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.c535 w = rn->waiting; in ngx_resolve_name_done()
727 if (rn->waiting) { in ngx_resolve_name_locked()
877 rn->waiting = ctx; in ngx_resolve_name_locked()
993 if (rn->waiting) { in ngx_resolve_addr()
1091 rn->waiting = ctx; in ngx_resolve_addr()
1517 if (rn->waiting) { in ngx_resolver_resend()
2080 next = rn->waiting; in ngx_resolver_process_a()
2477 ctx = rn->waiting; in ngx_resolver_process_a()
2862 ctx = rn->waiting; in ngx_resolver_process_srv()
3328 next = rn->waiting; in ngx_resolver_process_ptr()
[all …]
H A Dngx_thread_pool.c32 ngx_int_t waiting; member
243 if (tp->waiting >= tp->max_queue) { in ngx_thread_task_post()
248 &tp->name, tp->waiting); in ngx_thread_task_post()
265 tp->waiting++; in ngx_thread_task_post()
312 tp->waiting--; in ngx_thread_pool_cycle()
H A Dngx_resolver.h144 ngx_resolver_ctx_t *waiting; member
/f-stack/dpdk/doc/guides/howto/
H A Drte_flow.rst74 [waiting for packets]
93 [waiting for packets]
172 [waiting for packets]
194 [waiting for packets]
266 [waiting for packets]
288 [waiting for packets]
H A Dtelemetry.rst55 #. When connected, the script displays the following, waiting for user input::
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Drt5660.txt22 added delay time for waiting codec power ready.
H A Dcs35l34.txt42 effect without waiting for a zero cross.
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c1779 if (stream->waiting) { in ngx_http_v2_waiting_queue()
1783 stream->waiting = 1; in ngx_http_v2_waiting_queue()
1785 for (q = ngx_queue_last(&h2c->waiting); in ngx_http_v2_waiting_queue()
1786 q != ngx_queue_sentinel(&h2c->waiting); in ngx_http_v2_waiting_queue()
2057 if (stream->waiting || stream->blocked) { in ngx_http_v2_handle_stream()
2091 if (stream->waiting) { in ngx_http_v2_filter_cleanup()
2092 stream->waiting = 0; in ngx_http_v2_filter_cleanup()
2128 while (!ngx_queue_empty(&h2c->waiting)) { in ngx_http_v2_filter_cleanup()
2129 q = ngx_queue_head(&h2c->waiting); in ngx_http_v2_filter_cleanup()
2135 stream->waiting = 0; in ngx_http_v2_filter_cleanup()
H A Dngx_http_v2.h136 ngx_queue_t waiting; member
208 unsigned waiting:1; member
H A Dngx_http_v2.c316 ngx_queue_init(&h2c->waiting); in ngx_http_v2_init()
2349 while (!ngx_queue_empty(&h2c->waiting)) { in ngx_http_v2_state_window_update()
2350 q = ngx_queue_head(&h2c->waiting); in ngx_http_v2_state_window_update()
2356 stream->waiting = 0; in ngx_http_v2_state_window_update()
4604 stream->waiting = 0; in ngx_http_v2_finalize_connection()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Dinterface.txt18 capability for waiting clock to be ready
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-wait.m428 dnl # which does the actual waiting. There were over 20 such functions in the
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h110 unsigned waiting:1; member
H A Dngx_http_file_cache.c277 if (c->waiting) { in ngx_http_file_cache_open()
441 c->waiting = 1; in ngx_http_file_cache_lock()
519 c->waiting = 0; in ngx_http_file_cache_lock_wait()
/f-stack/freebsd/kern/
H A Dkern_sendfile.c109 bool waiting; member
128 if (!sfs->waiting) { in sendfile_sync_signal()
733 sfs->waiting = true; in vn_sendfile()
1246 sfs->waiting = false; in vn_sendfile()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream.tcl163 test {Blocking XREAD waiting new data} {
173 test {Blocking XREAD waiting old data} {
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst259 Sending requests involves waiting for the other side to reply, so they can block
264 IPC will stop waiting and return.
317 to do so will cause the requestor to time out while waiting on a response.
335 therefore suggested to avoid waiting for interrupt-based events (such as alarms)
H A Dip_fragment_reassembly_lib.rst67 can be stored inside Fragment Table waiting for remaining fragments.
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst23 waiting for a hardware device to finish. Although artificial, this allows
/f-stack/dpdk/doc/guides/eventdevs/
H A Dsw.rst101 the events waiting in the ingress rings only once per call. The default
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js123 this.rendered = this.destroyed = this.disabled = this.waiting =
595 cache.waiting = TRUE;
597 cache.waiting = FALSE;
616 cache.waiting = TRUE;
620 cache.waiting = FALSE;
958 this.waiting && !state && (this.hiddenDuringWait = TRUE);
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib61 # checking waiting on a specific device to settle rather than triggering
62 # all devices and waiting for them all to settle.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_reassembly.rst171 can be stored inside Fragment Table waiting for remaining fragments.
H A Dl3_forward_power_man.rst40 the PMD is still busy waiting for network packets, which wastes a lot of power.
70 instead of always running to the C0 state waiting for packets.
/f-stack/doc/
H A DF-Stack_API_Reference.md142 …select() allow a program to monitor multiple file descriptors, waiting until one or more of the fi…

12