Searched refs:CLONE_FILES (Results 1 – 14 of 14) sorted by relevance
| /tools/testing/selftests/core/ |
| A D | unshare_test.c | 25 .flags = CLONE_FILES, in TEST() 81 err = unshare(CLONE_FILES); in TEST()
|
| A D | close_range_test.c | 113 .flags = CLONE_FILES, in TEST() 202 .flags = CLONE_FILES, in TEST() 386 .flags = CLONE_FILES, in TEST() 503 .flags = CLONE_FILES, in TEST() 601 .flags = CLONE_FILES, in TEST()
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | sched.h | 13 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */ macro
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | fexit_sleep.c | 46 cpid = clone(do_sleep, child_stack + STACK_SIZE, CLONE_FILES | SIGCHLD, fexit_skel); in test_fexit_sleep()
|
| /tools/testing/selftests/move_mount_set_group/ |
| A D | move_mount_set_group_test.c | 359 CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0); in TEST_F() 363 CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0); in TEST_F()
|
| /tools/testing/selftests/proc/ |
| A D | fd-001-lookup.c | 104 if (unshare(CLONE_FILES) == -1) in main()
|
| /tools/testing/selftests/mm/ |
| A D | pkey_sighandler_tests.c | 326 long ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES | in test_sigsegv_handler_with_different_pkey_for_stack() 497 long ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES | in test_pkru_sigreturn()
|
| /tools/testing/selftests/memfd/ |
| A D | fuse_test.c | 213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
|
| A D | memfd_test.c | 1657 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
|
| /tools/testing/selftests/sched/ |
| A D | cs_prctl_test.c | 64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
|
| /tools/testing/selftests/x86/ |
| A D | lam.c | 869 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, NULL); in handle_thread() 897 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, test); in handle_thread_enable()
|
| /tools/testing/selftests/filesystems/ |
| A D | utils.c | 398 pid = do_clone(userns_fd_cb, h, CLONE_NEWUSER | CLONE_FILES | CLONE_VM); in create_userns_hierarchy()
|
| /tools/testing/selftests/cgroup/ |
| A D | test_core.c | 833 CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_cgcore_lesser_ns_open()
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 3922 .flags = CLONE_FILES, in TEST() 3973 .flags = CLONE_FILES, in TEST() 4033 .flags = CLONE_FILES, in TEST()
|
Completed in 31 milliseconds