Searched defs:early_initcall (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ | ||
| H A D | init.h | 268 #define early_initcall(fn) __define_initcall(fn, early) macro |
| H A D | module.h | 114 #define early_initcall(fn) module_init(fn) macro |