Searched refs:do_timer_create (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 606 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 D | posix-timers.c | 458 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in common_timer_create() 575 return do_timer_create(which_clock, &event, created_timer_id); in SYSCALL_DEFINE3() 577 return do_timer_create(which_clock, NULL, created_timer_id); in SYSCALL_DEFINE3() 590 return do_timer_create(which_clock, &event, created_timer_id); in COMPAT_SYSCALL_DEFINE3() 592 return do_timer_create(which_clock, NULL, created_timer_id); in COMPAT_SYSCALL_DEFINE3() 465 static int do_timer_create(clockid_t which_clock, struct sigevent *event, do_timer_create() function
|