Home
last modified time | relevance | path

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

/linux-6.14.4/lib/kunit/
Ddebugfs.h16 void kunit_debugfs_cleanup(void);
26 static inline void kunit_debugfs_cleanup(void) { } in kunit_debugfs_cleanup() function
Ddebugfs.c33 void kunit_debugfs_cleanup(void) in kunit_debugfs_cleanup() function
Dtest.c958 kunit_debugfs_cleanup(); in kunit_exit()