Home
last modified time | relevance | path

Searched refs:prepare_namespace (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/driver-api/early-userspace/
H A Dearly_userspace_support.rst133 initrd. init/main.c:init() will call prepare_namespace() to mount the
141 mounted and executed via prepare_namespace().
143 c) using initramfs. The call to prepare_namespace() must be skipped.
147 is responsible to do all the things prepare_namespace() would do.
151 init/main.c:init() will run prepare_namespace() to mount the final root
/OK3568_Linux_fs/kernel/include/linux/
H A Dinit.h150 void prepare_namespace(void);
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts.c584 void __init prepare_namespace(void) in prepare_namespace() function
H A Dmain.c1749 prepare_namespace(); in kernel_init_freeable()