Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dkdb.h209 extern void kdb_unregister(kdbtab_t *cmd);
214 static inline void kdb_unregister(kdbtab_t *cmd) {} in kdb_unregister() function
/linux-6.15/samples/kdb/
H A Dkdb_hello.c50 kdb_unregister(&hello_cmd); in kdb_hello_cmd_exit()
/linux-6.15/kernel/debug/kdb/
H A Dkdb_main.c2567 void kdb_unregister(kdbtab_t *cmd) in kdb_unregister() function
2571 EXPORT_SYMBOL_GPL(kdb_unregister);