Home
last modified time | relevance | path

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

/external/fio/
Dgraph.h91 extern int graph_contains_xy(struct graph *p, int x, int y);
Dgfio.c347 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()
Dgraph.c947 int graph_contains_xy(struct graph *g, int x, int y) in graph_contains_xy() function