Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_locking.c68 struct lock_graph { struct
73 static noinline void print_cycle(struct printbuf *out, struct lock_graph *g) in print_cycle() argument
89 static noinline void print_chain(struct printbuf *out, struct lock_graph *g) in print_chain()
102 static void lock_graph_up(struct lock_graph *g) in lock_graph_up()
107 static noinline void lock_graph_pop_all(struct lock_graph *g) in lock_graph_pop_all()
119 static void __lock_graph_down(struct lock_graph *g, struct btree_trans *trans) in __lock_graph_down()
128 static void lock_graph_down(struct lock_graph *g, struct btree_trans *trans) in lock_graph_down()
134 static bool lock_graph_remove_non_waiters(struct lock_graph *g, in lock_graph_remove_non_waiters()
171 static int abort_lock(struct lock_graph *g, struct trans_waiting_for_lock *i) in abort_lock()
196 static noinline int break_cycle(struct lock_graph *g, struct printbuf *cycle, in break_cycle()
[all …]