Searched refs:timeout_pool (Results 1 – 1 of 1) sorted by relevance
2352 static uu_list_pool_t *timeout_pool; variable2414 timeout_pool = startd_list_pool_create("timeouts", in timeout_init()2417 assert(timeout_pool != NULL); in timeout_init()2419 timeouts->tq_list = startd_list_create(timeout_pool, in timeout_init()2461 uu_list_node_init(entry, &entry->te_link, timeout_pool); in timeout_insert()