Searched refs:test_exit (Results 1 – 10 of 10) sorted by relevance
29 static void test_exit(void) in test_exit() function35 module_exit(test_exit);
156 static void test_exit(void) in test_exit() function164 module_exit(test_exit);
207 static void __exit test_exit(void) in test_exit() function222 module_exit(test_exit);
63 def test_exit(self): member in TestCase
89 def test_exit(self): member in MiscTests
120 def test_exit(self): member in SysModuleTest
84 def test_exit(self): member in GeneralTest
108 def test_exit(self): member in MiscTests
89 def test_exit(self): member in SysModuleTest
1141 Rewrote test_exit in test_sys to match existing comments, use modern