Home
last modified time | relevance | path

Searched refs:CLONE_CLEAR_SIGHAND (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c19 #ifndef CLONE_CLEAR_SIGHAND
20 #define CLONE_CLEAR_SIGHAND 0x100000000ULL macro
54 * Check that CLONE_CLEAR_SIGHAND and CLONE_SIGHAND are mutually in test_clone3_clear_sighand()
57 args.flags |= CLONE_CLEAR_SIGHAND | CLONE_SIGHAND; in test_clone3_clear_sighand()
62 "clone3(CLONE_CLEAR_SIGHAND | CLONE_SIGHAND) succeeded\n"); in test_clone3_clear_sighand()
86 /* Check that CLONE_CLEAR_SIGHAND works. */ in test_clone3_clear_sighand()
87 args.flags = CLONE_CLEAR_SIGHAND; in test_clone3_clear_sighand()
90 ksft_exit_fail_msg("%s - clone3(CLONE_CLEAR_SIGHAND) failed\n", in test_clone3_clear_sighand()
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c19 #ifndef CLONE_CLEAR_SIGHAND
20 #define CLONE_CLEAR_SIGHAND 0x100000000ULL macro
54 * Check that CLONE_CLEAR_SIGHAND and CLONE_SIGHAND are mutually in test_clone3_clear_sighand()
57 args.flags |= CLONE_CLEAR_SIGHAND | CLONE_SIGHAND; in test_clone3_clear_sighand()
62 "clone3(CLONE_CLEAR_SIGHAND | CLONE_SIGHAND) succeeded\n"); in test_clone3_clear_sighand()
86 /* Check that CLONE_CLEAR_SIGHAND works. */ in test_clone3_clear_sighand()
87 args.flags = CLONE_CLEAR_SIGHAND; in test_clone3_clear_sighand()
90 ksft_exit_fail_msg("%s - clone3(CLONE_CLEAR_SIGHAND) failed\n", in test_clone3_clear_sighand()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dsched.h37 #define CLONE_CLEAR_SIGHAND 0x100000000ULL /* Clear any signal handler and reset to SIG_DFL. */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsched.h37 #define CLONE_CLEAR_SIGHAND 0x100000000ULL /* Clear any signal handler and reset to SIG_DFL. */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsched.h37 #define CLONE_CLEAR_SIGHAND 0x100000000ULL /* Clear any signal handler and reset to SIG_DFL. */ macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dsched.h37 #define CLONE_CLEAR_SIGHAND 0x100000000ULL /* Clear any signal handler and reset to SIG_DFL. */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsched.h47 #define CLONE_CLEAR_SIGHAND 0x100000000ULL macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h47 #define CLONE_CLEAR_SIGHAND 0x100000000ULL macro
/kernel/linux/linux-5.10/kernel/
H A Dfork.c1558 if (clone_flags & CLONE_CLEAR_SIGHAND) in copy_sighand()
2755 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | CLONE_INTO_CGROUP)) in clone3_args_valid()
2765 if ((kargs->flags & (CLONE_SIGHAND | CLONE_CLEAR_SIGHAND)) == in clone3_args_valid()
2766 (CLONE_SIGHAND | CLONE_CLEAR_SIGHAND)) in clone3_args_valid()
/kernel/linux/linux-6.6/kernel/
H A Dfork.c1832 if (clone_flags & CLONE_CLEAR_SIGHAND) in copy_sighand()
3175 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | CLONE_INTO_CGROUP)) in clone3_args_valid()
3185 if ((kargs->flags & (CLONE_SIGHAND | CLONE_CLEAR_SIGHAND)) == in clone3_args_valid()
3186 (CLONE_SIGHAND | CLONE_CLEAR_SIGHAND)) in clone3_args_valid()
/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c13464 (event->attr.sigtrap && (clone_flags & CLONE_CLEAR_SIGHAND))) { in inherit_task_group()

Completed in 26 milliseconds