Searched defs:graph (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h69 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 { struct
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_
[all...]
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c908 long *graph = (long *)calloc(CHPERCYL, sizeof (long)); local
940 graph[ii] = (scale * 100 * dp->hdata[ii]) / at;
942 graph[ii] = -1;
945 prthist(graph, maxrow, scale, (long) (max*100*scale/at));
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1838 * We can't use ::walk lock_descriptor directly, because the head of each graph
1857 graph_t *graph; local
1863 if (mdb_vread(&graph, sizeof (graph), wsp->walk_addr) == -1) {
1868 wsp->walk_addr += sizeof (graph);
1870 if (graph == NULL)
1876 lw.startaddr = (uintptr_t)&(graph->active_locks);
1882 lw.startaddr = (uintptr_t)&(graph->sleeping_locks);
4265 { "typegraph", NULL, "build type graph", typegraph },
4321 { "lock_graph", "walk lock graph",
[all...]

Completed in 55 milliseconds