Searched defs:postcore_initcall_sync (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ | ||
D | init.h | 220 #define postcore_initcall_sync(fn) __define_initcall(fn, 2s) macro |
D | module.h | 114 #define postcore_initcall_sync(fn) module_init(fn) macro |