Searched refs:test_exit (Results 1 – 13 of 13) sorted by relevance
29 static void test_exit(void) in test_exit() function37 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);
294 test_exit(0); in send_ioctl()
216 void test_exit(int rc) __attribute__((noreturn));221 #define exit(rc) test_exit(rc)
257 void test_exit(int rc) in test_exit() function
508 test_exit(0); in send_ioctl()
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
116 def test_exit(self): member in SysModuleTest
1141 Rewrote test_exit in test_sys to match existing comments, use modern