Searched refs:timeout_pool (Results 1 – 1 of 1) sorted by relevance
2421 static uu_list_pool_t *timeout_pool; variable2482 timeout_pool = startd_list_pool_create("timeouts", in timeout_init()2485 assert(timeout_pool != NULL); in timeout_init()2487 timeouts->tq_list = startd_list_create(timeout_pool, in timeout_init()2529 uu_list_node_init(entry, &entry->te_link, timeout_pool); in timeout_insert()