Home
last modified time | relevance | path

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

/Linux-v4.19/init/
Ddo_mounts.h47 bool __init initrd_load(void);
51 static inline bool initrd_load(void) { return false; } in initrd_load() function
Ddo_mounts_initrd.c110 bool __init initrd_load(void) in initrd_load() function
Ddo_mounts.c571 if (initrd_load()) in prepare_namespace()