Home
last modified time | relevance | path

Searched refs:CLONE_SYSVSEM (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/linux-6.15/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/linux-6.15/tools/testing/selftests/mm/
H A Dpkey_sighandler_tests.c327 CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in test_sigsegv_handler_with_different_pkey_for_stack()
498 CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in test_pkru_sigreturn()
/linux-6.15/kernel/
H A Dnsproxy.c175 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
176 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
H A Dfork.c3252 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags()
3365 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
/linux-6.15/Documentation/userspace-api/
H A Dunshare.rst283 For unshare_* helpers corresponding to CLONE_SYSVSEM, CLONE_SIGHAND,
/linux-6.15/ipc/
H A Dsem.c2311 if (clone_flags & CLONE_SYSVSEM) { in copy_semundo()