Home
last modified time | relevance | path

Searched refs:PR_GET_TIMERSLACK (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dprctl_options.h195 #if defined(PR_GET_TIMERSLACK) || (defined(HAVE_DECL_PR_GET_TIMERSLACK) && HAVE_DECL_PR_GET_TIMERSL…
197 static_assert((PR_GET_TIMERSLACK) == (30), "PR_GET_TIMERSLACK != 30");
200 # define PR_GET_TIMERSLACK 30
401 XLAT(PR_GET_TIMERSLACK),
Dprctl_options.in28 PR_GET_TIMERSLACK 30
/external/libcap/libcap/include/uapi/linux/
Dprctl.h86 #define PR_GET_TIMERSLACK 30 macro
/external/ltp/lib/
Dtst_timer_test.c361 #ifdef PR_GET_TIMERSLACK in timer_setup()
362 ret = prctl(PR_GET_TIMERSLACK); in timer_setup()
/external/kernel-headers/original/uapi/linux/
Dprctl.h89 #define PR_GET_TIMERSLACK 30 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c851 #ifdef PR_GET_TIMERSLACK
852 { "PR_GET_TIMERSLACK", (unsigned long) PR_GET_TIMERSLACK },
/external/strace/
Dprctl.c125 case PR_GET_TIMERSLACK: in SYS_FUNC()
/external/syzkaller/sys/linux/
Dsys_386.const403 PR_GET_TIMERSLACK = 30
Dsys_amd64.const403 PR_GET_TIMERSLACK = 30
Dsys_arm.const403 PR_GET_TIMERSLACK = 30
Dsys_ppc64le.const403 PR_GET_TIMERSLACK = 30
Dsys_arm64.const403 PR_GET_TIMERSLACK = 30
Dsys.txt953 …T_KEEPCAPS, PR_GET_NO_NEW_PRIVS, PR_GET_SECCOMP, PR_GET_SECUREBITS, PR_GET_TIMERSLACK, PR_GET_TIMI…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1039 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_mipsle.go1296 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_s390x.go1295 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_arm.go1295 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_ppc64le.go1298 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_mips64.go1296 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_ppc64.go1298 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_amd64.go1297 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_mips64le.go1296 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_386.go1297 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_mips.go1296 PR_GET_TIMERSLACK = 0x1e const
Dzerrors_linux_arm64.go1298 PR_GET_TIMERSLACK = 0x1e const

12