Home
last modified time | relevance | path

Searched refs:PR_TIMER_CREATE_RESTORE_IDS (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c616 #ifndef PR_TIMER_CREATE_RESTORE_IDS
617 # define PR_TIMER_CREATE_RESTORE_IDS 77 macro
627 if (prctl(PR_TIMER_CREATE_RESTORE_IDS, PR_TIMER_CREATE_RESTORE_IDS_ON, 0, 0, 0)) { in check_timer_create_exact()
638 if (prctl(PR_TIMER_CREATE_RESTORE_IDS, PR_TIMER_CREATE_RESTORE_IDS_GET, 0, 0, 0) != 1) in check_timer_create_exact()
648 if (prctl(PR_TIMER_CREATE_RESTORE_IDS, PR_TIMER_CREATE_RESTORE_IDS_OFF, 0, 0, 0)) in check_timer_create_exact()
651 if (prctl(PR_TIMER_CREATE_RESTORE_IDS, PR_TIMER_CREATE_RESTORE_IDS_GET, 0, 0, 0) != 0) in check_timer_create_exact()
/linux/tools/include/uapi/linux/
H A Dprctl.h367 #define PR_TIMER_CREATE_RESTORE_IDS 77 macro
/linux/include/uapi/linux/
H A Dprctl.h379 #define PR_TIMER_CREATE_RESTORE_IDS 77 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h379 #define PR_TIMER_CREATE_RESTORE_IDS 77 macro
/linux/kernel/
H A Dsys.c2863 case PR_TIMER_CREATE_RESTORE_IDS: in SYSCALL_DEFINE5()