Home
last modified time | relevance | path

Searched refs:PR_TIMER_CREATE_RESTORE_IDS_GET (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/timers/
H A Dposix_timers.c619 # define PR_TIMER_CREATE_RESTORE_IDS_GET 2 macro
637 if (prctl(PR_TIMER_CREATE_RESTORE_IDS, PR_TIMER_CREATE_RESTORE_IDS_GET, 0, 0, 0) != 1) in check_timer_create_exact()
650 if (prctl(PR_TIMER_CREATE_RESTORE_IDS, PR_TIMER_CREATE_RESTORE_IDS_GET, 0, 0, 0) != 0) in check_timer_create_exact()
/linux-6.15/include/uapi/linux/
H A Dprctl.h365 # define PR_TIMER_CREATE_RESTORE_IDS_GET 2 macro
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h365 # define PR_TIMER_CREATE_RESTORE_IDS_GET 2 macro
/linux-6.15/kernel/time/
H A Dposix-timers.c401 case PR_TIMER_CREATE_RESTORE_IDS_GET: in posixtimer_create_prctl()