Home
last modified time | relevance | path

Searched refs:spare (Results 1 – 6 of 6) sorted by relevance

/unit/src/
H A Dnxt_work_queue.c144 } else if (cache->spare != NULL) { in nxt_work_queue_allocate()
152 cache->next = cache->spare; in nxt_work_queue_allocate()
153 cache->spare = work; in nxt_work_queue_allocate()
H A Dnxt_var.h45 nxt_str_t *spare; member
H A Dnxt_work_queue.h57 nxt_work_t *spare; member
H A Dnxt_var.c225 value = cache->spare; in nxt_var_cache_value()
233 cache->spare = value; in nxt_var_cache_value()
264 cache->spare = NULL; in nxt_var_cache_value()
H A Dnxt_conf_validation.c2815 int64_t spare; member
2825 offsetof(nxt_conf_vldt_processes_conf_t, spare),
2871 proc.spare = 0; in nxt_conf_vldt_processes()
2883 if (proc.spare < 0) { in nxt_conf_vldt_processes()
2888 if (proc.spare > NXT_INT32_T_MAX) { in nxt_conf_vldt_processes()
2903 if (proc.max < proc.spare) { in nxt_conf_vldt_processes()
/unit/docs/
H A Dunit-openapi.yaml5490 terminating an idle process that exceeds `spare`."