Searched defs:early_initcall (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ | ||
H A D | init.h | 192 #define early_initcall(fn) __define_initcall(fn, early) macro |
H A D | module.h | 107 #define early_initcall(fn) module_init(fn) macro |
Completed in 113 milliseconds