Searched defs:fs_initcall_sync (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ | ||
| H A D | init.h | 309 #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 |