Searched refs:__initcall (Results 1 – 3 of 3) sorted by relevance
318 #define __initcall(fn) device_initcall(fn) macro
89 #define module_init(x) __initcall(x);
926 __initcall##level##_start = .; \
Completed in 9 milliseconds