Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dkdb.h210 extern void kdb_unregister(kdbtab_t *cmd);
215 static inline void kdb_unregister(kdbtab_t *cmd) {} in kdb_unregister() function
/Linux-v6.1/samples/kdb/
Dkdb_hello.c50 kdb_unregister(&hello_cmd); in kdb_hello_cmd_exit()
/Linux-v6.1/kernel/debug/kdb/
Dkdb_main.c2674 void kdb_unregister(kdbtab_t *cmd) in kdb_unregister() function
2678 EXPORT_SYMBOL_GPL(kdb_unregister);