subsys_initcall_sync
#define subsys_initcall_sync(fn) __define_initcall(fn, 4s)
#define subsys_initcall_sync(fn) module_init(fn)