Home
last modified time | relevance | path

Searched refs:graph_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-fwd10 graph_t find_owner(obj_t o, graph_t g)
12 graph_t g1;
20 graph_t sg = subg ($, sprintf("incoming-%s", ARGV[0]));
21 graph_t returns = graph("return-edges", ""); // Temporary graph to hold return edges
22 graph_t target, g, g2;
H A Dsubg-rev9 graph_t find_owner(obj_t o, graph_t g)
11 graph_t g1;
19 graph_t calls[]; // Crude hash table for tracking who calls what
20 graph_t sg = subg ($, "reachable");
21 graph_t target, g, g2;
H A Dreturn-paths9 graph_t find_owner(obj_t o, graph_t g)
11 graph_t g1;
20 graph_t g,g2;
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c89 graph_t *lock_graph[HASH_SIZE];
174 static void flk_graph_uncolor(graph_t *);
196 static void check_sleeping_locks(graph_t *);
197 static void check_active_locks(graph_t *);
200 static void check_owner_locks(graph_t *, pid_t, int, vnode_t *);
301 graph_t *gp; in ofdlock()
463 graph_t *gp; in ofdcleanlock()
541 graph_t *gp; in reclock()
1082 graph_t *gp = request->l_graph; in flk_process_request()
1303 graph_t *gp = request->l_graph; in flk_execute_request()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h103 typedef struct graph graph_t; typedef
195 graph_t *flk_get_lock_graph(vnode_t *, int);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1975 graph_t *graph; in lg_walk_step()