Home
last modified time | relevance | path

Searched refs:do_timer_create (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/timers/
H A Dposix_timers.c605 static int do_timer_create(int *id) in do_timer_create() function
641 if (do_timer_create(&id) < 0) in check_timer_create_exact()
659 if (do_timer_create(&id) < 0) in check_timer_create_exact()
/linux-6.15/kernel/time/
H A Dposix-timers.c474 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in do_timer_create() function
591 return do_timer_create(which_clock, &event, created_timer_id); in SYSCALL_DEFINE3()
593 return do_timer_create(which_clock, NULL, created_timer_id); in SYSCALL_DEFINE3()
606 return do_timer_create(which_clock, &event, created_timer_id); in COMPAT_SYSCALL_DEFINE3()
608 return do_timer_create(which_clock, NULL, created_timer_id); in COMPAT_SYSCALL_DEFINE3()