Home
last modified time | relevance | path

Searched refs:initrd_load (Results 1 – 3 of 3) sorted by relevance

/init/
Ddo_mounts.h37 bool __init initrd_load(void);
41 static inline bool initrd_load(void) { return false; } in initrd_load() function
Ddo_mounts_initrd.c124 bool __init initrd_load(void) in initrd_load() function
Ddo_mounts.c632 if (initrd_load()) in prepare_namespace()