Searched refs:__initcall (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ | ||
| D | init.h | 316 #define __initcall(fn) device_initcall(fn) macro |
| D | module.h | 89 #define module_init(x) __initcall(x); |
| /include/asm-generic/ | ||
| D | vmlinux.lds.h | 921 __initcall##level##_start = .; \ |