Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/linux/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/Documentation/userspace-api/
H A Dunshare.rst283 For unshare_* helpers corresponding to CLONE_SYSVSEM, CLONE_SIGHAND,
/linux/kernel/
H A Dfork.c3118 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags()
3231 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
/linux/ipc/
H A Dsem.c2311 if (clone_flags & CLONE_SYSVSEM) { in copy_semundo()