Searched defs:rootfs_initcall (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ | ||
| D | init.h | 289 #define rootfs_initcall(fn) __define_initcall(fn, rootfs) macro |
| D | module.h | 123 #define rootfs_initcall(fn) module_init(fn) macro |