Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c2353 static uu_list_pool_t *timeout_pool; variable
2414 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()