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