Home
last modified time | relevance | path

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

/Linux-v5.10/lib/kunit/
Ddebugfs.h16 void kunit_debugfs_cleanup(void);
26 static inline void kunit_debugfs_cleanup(void) { } in kunit_debugfs_cleanup() function
Ddebugfs.c28 void kunit_debugfs_cleanup(void) in kunit_debugfs_cleanup() function
Dtest.c610 kunit_debugfs_cleanup(); in kunit_exit()