Searched defs:fs_initcall_sync (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | init.h | 310 #define fs_initcall_sync(fn) __define_initcall(fn, 5s) macro |
H A D | module.h | 120 #define fs_initcall_sync(fn) module_init(fn) macro |