Searched refs:graph_contains_xy (Results 1 – 3 of 3) sorted by relevance
91 extern int graph_contains_xy(struct graph *p, int x, int y);
347 if (graph_contains_xy(g->iops_graph, x, y)) in graph_tooltip()349 else if (graph_contains_xy(g->bandwidth_graph, x, y)) in graph_tooltip()
947 int graph_contains_xy(struct graph *g, int x, int y) in graph_contains_xy() function