Home
last modified time | relevance | path

Searched refs:wait_event (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h107 ngx_event_t wait_event; member
H A Dngx_http_file_cache.c446 c->wait_event.handler = ngx_http_file_cache_lock_wait_handler; in ngx_http_file_cache_lock()
447 c->wait_event.data = r; in ngx_http_file_cache_lock()
448 c->wait_event.log = r->connection->log; in ngx_http_file_cache_lock()
453 ngx_add_timer(&c->wait_event, (timer > 500) ? 500 : timer); in ngx_http_file_cache_lock()
513 ngx_add_timer(&c->wait_event, (timer > 500) ? 500 : timer); in ngx_http_file_cache_lock_wait()
1674 if (c->wait_event.timer_set) { in ngx_http_file_cache_free()
1675 ngx_del_timer(&c->wait_event); in ngx_http_file_cache_free()
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h248 cv_destroy(&((comp_ctx->wait_event).wq)); \
249 mtx_destroy(&((comp_ctx->wait_event).mtx)); \
H A Dena_com.c89 ena_wait_event_t wait_event; member
284 ENA_WAIT_EVENT_CLEAR(comp_ctx->wait_event); in __ena_com_submit_admin_cmd()
320 ENA_WAIT_EVENT_INIT(comp_ctx->wait_event); in ena_com_init_comp_ctxt()
510 ENA_WAIT_EVENT_SIGNAL(comp_ctx->wait_event); in ena_com_handle_single_admin_completion()
812 ENA_WAIT_EVENT_WAIT(comp_ctx->wait_event, in ena_com_wait_and_process_admin_cq_interrupts()
1526 ENA_WAIT_EVENT_SIGNAL(comp_ctx->wait_event); in ena_com_abort_admin_commands()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c437 wait_event(tq->tq_wait_waitq, taskq_wait_id_check(tq, id)); in taskq_wait_id()
465 wait_event(tq->tq_wait_waitq, taskq_wait_outstanding_check(tq, id)); in taskq_wait_outstanding()
490 wait_event(tq->tq_wait_waitq, taskq_wait_check(tq)); in taskq_wait()
1122 wait_event(tq->tq_wait_waitq, tq->tq_nthreads == count); in taskq_create()
H A Dspl-kmem-cache.c885 wait_event(wq, atomic_read(&skc->skc_ref) == 0); in spl_kmem_cache_destroy()
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_com.c53 ena_wait_event_t wait_event; member
243 ENA_WAIT_EVENT_CLEAR(comp_ctx->wait_event); in __ena_com_submit_admin_cmd()
278 ENA_WAIT_EVENT_INIT(comp_ctx->wait_event); in ena_com_init_comp_ctxt()
467 ENA_WAIT_EVENT_SIGNAL(comp_ctx->wait_event); in ena_com_handle_single_admin_completion()
764 ENA_WAIT_EVENT_WAIT(comp_ctx->wait_event, in ena_com_wait_and_process_admin_cq_interrupts()
1474 ENA_WAIT_EVENT_SIGNAL(comp_ctx->wait_event); in ena_com_abort_admin_commands()
1667 ENA_WAIT_EVENT_DESTROY(admin_queue->comp_ctx->wait_event); in ena_com_admin_destroy()