Searched refs:test_init (Results 1 – 15 of 15) sorted by relevance
37 static int test_init(void) in test_init() function52 module_init(test_init);
37 static int test_init(void) in test_init() function61 module_init(test_init);
59 int test_init(struct test_state *state) in test_init() function161 if (test_init(&state)) in main()
123 static int test_init(struct kunit *test) in test_init() function147 .init = test_init,
26 process(PROC_TEST, #test_init, #test_recv)59 test_init:
151 static int __init test_init(void) in test_init() function200 module_init(test_init);
177 static int __init test_init(void)191 module_init(test_init);
22 if (test_setup(current) && test_init(current)) { in main()
13 int test_init(struct tdescr *td);
243 int test_init(struct tdescr *td) in test_init() function
183 static int __init test_init(void)197 module_init(test_init);
800 static int test_init(struct kunit *test) in test_init() function831 .init = test_init,
1133 static int test_init(struct kunit *test) in test_init() function1207 .init = test_init,
971 static int test_init(struct zd_chip *chip) in test_init() function1123 r = test_init(chip); in zd_chip_init_hw()1171 r = test_init(chip); in zd_chip_init_hw()
Completed in 38 milliseconds