Home
last modified time | relevance | path

Searched refs:adjust_idle_work (Results 1 – 2 of 2) sorted by path

/unit/src/
H A Dnxt_router.c1862 app->adjust_idle_work.handler = nxt_router_adjust_idle_timer; in nxt_router_conf_create()
1863 app->adjust_idle_work.task = &engine->task; in nxt_router_conf_create()
1864 app->adjust_idle_work.obj = app; in nxt_router_conf_create()
4737 && app->adjust_idle_work.data == NULL) in nxt_router_app_port_release()
4740 app->adjust_idle_work.data = app; in nxt_router_app_port_release()
4741 app->adjust_idle_work.next = NULL; in nxt_router_app_port_release()
4765 nxt_event_engine_post(app->engine, &app->adjust_idle_work); in nxt_router_app_port_release()
4903 app->adjust_idle_work.data = NULL; in nxt_router_adjust_idle_timer()
H A Dnxt_router.h120 nxt_work_t adjust_idle_work; member