Searched refs:graph_protocol_event_t (Results 1 – 3 of 3) sorted by relevance
56 } graph_protocol_event_t; typedef88 graph_protocol_event_t *graph_event_dequeue();89 void graph_event_requeue(graph_protocol_event_t *);90 void graph_event_release(graph_protocol_event_t *);
84 "graph_protocol_events", sizeof (graph_protocol_event_t), in graph_protocol_init()85 offsetof(graph_protocol_event_t, gpe_link), NULL, in graph_protocol_init()102 graph_protocol_event_t *e; in graph_event_enqueue()104 e = startd_zalloc(sizeof (graph_protocol_event_t)); in graph_event_enqueue()127 graph_event_release(graph_protocol_event_t *e) in graph_event_release()133 startd_free(e, sizeof (graph_protocol_event_t)); in graph_event_release()143 graph_protocol_event_t *146 graph_protocol_event_t *e; in graph_event_dequeue()169 graph_event_requeue(graph_protocol_event_t *e) in graph_event_requeue()
5733 handle_graph_update_event(scf_handle_t *h, graph_protocol_event_t *e) in handle_graph_update_event()5795 graph_protocol_event_t *e; in graph_event_thread()