Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dflock.c88 graph_t *lock_graph[HASH_SIZE];
173 static void flk_graph_uncolor(graph_t *);
195 static void check_sleeping_locks(graph_t *);
196 static void check_active_locks(graph_t *);
199 static void check_owner_locks(graph_t *, pid_t, int, vnode_t *);
256 graph_t *gp; in reclock()
789 graph_t *gp = request->l_graph; in flk_process_request()
1010 graph_t *gp = request->l_graph; in flk_execute_request()
1062 graph_t *gp = request->l_graph; in flk_wait_execute_request()
1328 graph_t *gp = (lock->l_graph); in flk_relation()
[all …]
/titanic_41/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);
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1774 graph_t *graph; in lg_walk_step()