Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/startd/
H A Drestarter.c2352 static uu_list_pool_t *timeout_pool; variable
2413 timeout_pool = startd_list_pool_create("timeouts", in timeout_init()
2416 assert(timeout_pool != NULL); in timeout_init()
2418 timeouts->tq_list = startd_list_create(timeout_pool, in timeout_init()
2460 uu_list_node_init(entry, &entry->te_link, timeout_pool); in timeout_insert()