HomeSort by relevance Sort by last modified time
    Searched refs:graph_contains_xy (Results 1 - 3 of 3) sorted by null

  /external/fio/
graph.h 91 extern int graph_contains_xy(struct graph *p, int x, int y);
gfio.c 347 if (graph_contains_xy(g->iops_graph, x, y))
349 else if (graph_contains_xy(g->bandwidth_graph, x, y))
    [all...]
graph.c 947 int graph_contains_xy(struct graph *g, int x, int y) function

Completed in 355 milliseconds