Lines Matching defs:graph
69 struct edge *l_sedge; /* start edge for graph alg. */
71 struct graph *l_graph; /* graph this belongs to */
78 int l_color; /* color used for graph alg */
91 * Each graph holds locking information for some number of vnodes. The
95 struct graph {
96 kmutex_t gp_mutex; /* mutex for this graph */
99 int index; /* index of this graph into the hash table */
100 int mark; /* used for coloring the graph */
103 typedef struct graph graph_t;
188 extern struct graph *lock_graph[HASH_SIZE];
200 #define FLK_INIT_GRAPH 1 /* initialize the lock graph */
434 /* proc graph definitions */
437 * Proc graph is the global process graph that maintains information
472 int mark; /* used for graph coloring */