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