Lines Matching full:deadlock
199 struct owner_vertex *lo_vertex; /* (g) entry in deadlock graph */
214 * Structures for deadlock detection.
231 * lock upon which it waits. In order to prevent deadlock, we only add
991 * deadlock. in lf_add_outgoing()
1019 * deadlock. in lf_add_outgoing()
1059 * deadlock. in lf_add_incoming()
1412 * checking for deadlock using the owner graph. For in lf_setlock()
1413 * simplicity, we run deadlock detection for all in lf_setlock()
1423 lf_print("lf_setlock: deadlock", lock); in lf_setlock()
1513 lf_print("lf_setlock: deadlock", lock); in lf_setlock()
1829 * This cannot cause a deadlock since any edges we would add in lf_split()
2275 printf("deadlock: "); in graph_add_edge()
2370 KASSERT(e, ("Removing non-existent edge from deadlock graph")); in graph_remove_edge()