Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c606 static int do_timer_create(int *id) in do_timer_create() function
642 if (do_timer_create(&id) < 0) in check_timer_create_exact()
660 if (do_timer_create(&id) < 0) in check_timer_create_exact()
/linux/kernel/time/
H A Dposix-timers.c465 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in do_timer_create() function
582 return do_timer_create(which_clock, &event, created_timer_id); in SYSCALL_DEFINE3()
584 return do_timer_create(which_clock, NULL, created_timer_id); in SYSCALL_DEFINE3()
597 return do_timer_create(which_clock, &event, created_timer_id); in COMPAT_SYSCALL_DEFINE3()
599 return do_timer_create(which_clock, NULL, created_timer_id); in COMPAT_SYSCALL_DEFINE3()