Searched refs:break_hook (Results 1 – 3 of 3) sorted by relevance
118 struct break_hook { struct125 void register_break_hook(struct break_hook *hook); argument126 void unregister_break_hook(struct break_hook *hook);
274 static LIST_HEAD(break_hook);277 void register_break_hook(struct break_hook *hook) in register_break_hook()280 list_add_rcu(&hook->node, &break_hook); in register_break_hook()284 void unregister_break_hook(struct break_hook *hook) in unregister_break_hook()294 struct break_hook *hook; in call_break_hook()298 list_for_each_entry_rcu(hook, &break_hook, node) in call_break_hook()
236 static struct break_hook kgdb_brkpt_hook = {242 static struct break_hook kgdb_compiled_brkpt_hook = {