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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c77 static uu_list_pool_t *graph_protocol_event_queue_pool; variable
83 graph_protocol_event_queue_pool = startd_list_pool_create(
92 graph_protocol_event_queue_pool, graph_queue, NULL);
118 uu_list_node_init(e, &e->gpe_link, graph_protocol_event_queue_pool);
129 uu_list_node_fini(e, &e->gpe_link, graph_protocol_event_queue_pool);

Completed in 45 milliseconds