Searched refs:timer_create (Results 1 - 13 of 13) sorted by relevance

/linux-master/kernel/time/
H A Dposix-timers.h15 int (*timer_create)(struct k_itimer *timer); member in struct:k_clock
H A Dposix-timers.c453 if (!kc->timer_create)
511 error = kc->timer_create(new_timer);
530 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock,
545 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock,
1436 .timer_create = common_timer_create,
1453 .timer_create = common_timer_create,
1485 .timer_create = common_timer_create,
1502 .timer_create = common_timer_create,
H A Dposix-cpu-timers.c1672 .timer_create = posix_cpu_timer_create,
1684 .timer_create = process_cpu_timer_create,
1691 .timer_create = thread_cpu_timer_create,
H A Dalarmtimer.c733 * alarm_timer_create - posix timer_create interface
902 .timer_create = alarm_timer_create,
/linux-master/tools/testing/selftests/timens/
H A Dtimens.h23 if (timer_create(-1, 0, 0) == -1 && errno == ENOSYS)
H A Dtimer.c42 if (timer_create(clockid, &sevp, &fd) == -1) {
/linux-master/tools/testing/selftests/timers/
H A Dposix_timers.c149 ksft_print_msg("Unknown timer_create() type %d\n", which);
154 err = timer_create(which, NULL, &id);
182 "timer_create() per %s\n", type);
211 if (timer_create(CLOCK_PROCESS_CPUTIME_ID, NULL, &id))
H A Dalarmtimer-suspend.c144 if (timer_create(alarm_clock_id, &se, &tm1) == -1) {
145 printf("timer_create failed, %s unsupported?\n",
H A Dset-timer-lat.c139 err = timer_create(clock_id, &se, tm1);
149 printf("%s - timer_create() failed\n", clockstring(clock_id));
H A Dleap-a-day.c296 if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) {
297 printf("Error: timer_create failed\n");
/linux-master/arch/um/os-Linux/
H A Dtime.c41 if (timer_create(CLOCK_MONOTONIC, NULL, t) == -1)
/linux-master/kernel/
H A Dsys_ni.c208 COND_SYSCALL(timer_create); variable
217 COND_SYSCALL_COMPAT(timer_create); variable
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4972 if (timer_create(CLOCK_REALTIME, &sev, &timerid) == -1) {

Completed in 186 milliseconds