Home
last modified time | relevance | path

Searched refs:CLONE_FS (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0020-Fix-tab-crashes-on-musl.patch30 - const uint64_t kAndroidCloneMask = CLONE_VM | CLONE_FS | CLONE_FILES |
36 - CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD |
43 + const int required = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND |
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsched.h10 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsched.h10 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsched.h44 # define CLONE_FS 0x00000200 /* Set if fs info shared between processes. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsched.h44 # define CLONE_FS 0x00000200 /* Set if fs info shared between processes. */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h12 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h12 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts_initrd.c56 ksys_unshare(CLONE_FS | CLONE_FILES); in init_linuxrc()
H A Dmain.c680 pid = kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init()
692 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c1487 if (clone_flags & CLONE_FS) { in copy_fs()
1917 if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS)) in copy_process()
1920 if ((clone_flags & (CLONE_NEWUSER|CLONE_FS)) == (CLONE_NEWUSER|CLONE_FS)) in copy_process()
2494 unsigned long flags = CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD| in create_io_thread()
2926 if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_NEWNS|CLONE_SIGHAND| in check_unshare_flags()
2961 if (!(unshare_flags & CLONE_FS) || !fs) in unshare_fs()
3016 unshare_flags |= CLONE_THREAD | CLONE_FS; in ksys_unshare()
3031 unshare_flags |= CLONE_FS; in ksys_unshare()
H A Dkthread.c336 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsideband_evlist.c47 unshare(CLONE_FS); in perf_evlist__poll_thread()
/OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/
H A Dfuse_test.c212 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
H A Dmemfd_test.c1070 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dunshare.rst148 CLONE_FS
149 If CLONE_FS is set, file system information of the caller
266 CLONE_NEWNS is set, force CLONE_FS.
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c627 unshare(CLONE_FS); in display_thread_tui()
685 unshare(CLONE_FS); in display_thread()