Searched defs:fs_initcall (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | init.h | 222 #define fs_initcall(fn) __define_initcall(fn, 5) macro 335 #define fs_initcall(fn) module_init(fn) macro |
Completed in 92 milliseconds