Searched defs:restarter_protocol_event_queue_pool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c74 static uu_list_pool_t *restarter_protocol_event_queue_pool; variable
197 restarter_protocol_event_queue_pool = startd_list_pool_create(
207 restarter_protocol_event_queue_pool, restarter_queue, NULL);
232 uu_list_node_init(e, &e->rpe_link, restarter_protocol_event_queue_pool);
243 uu_list_node_fini(e, &e->rpe_link, restarter_protocol_event_queue_pool);

Completed in 58 milliseconds