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