Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dkdb.h212 extern void kdb_unregister(kdbtab_t *cmd);
217 static inline void kdb_unregister(kdbtab_t *cmd) {} in kdb_unregister() function
/linux-6.6.21/samples/kdb/
Dkdb_hello.c50 kdb_unregister(&hello_cmd); in kdb_hello_cmd_exit()
/linux-6.6.21/kernel/debug/kdb/
Dkdb_main.c2672 void kdb_unregister(kdbtab_t *cmd) in kdb_unregister() function
2676 EXPORT_SYMBOL_GPL(kdb_unregister);