Searched refs:do_timer_create (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 605 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 D | posix-timers.c | 474 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()
|