Home
last modified time | relevance | path

Searched refs:timer_create (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c143 if (timer_create(which, NULL, &id) < 0) in check_timer_create()
188 if (timer_create(CLOCK_PROCESS_CPUTIME_ID, NULL, &id)) in ctd_thread_func()
294 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_sig_ign()
367 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_rearm()
423 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_delete()
465 if (timer_create(which, &sev, &timerid)) in check_sigev_none()
512 if (timer_create(which, &sev, &timerid)) in check_gettime()
572 if (timer_create(which, &sev, &timerid)) in check_overrun()
/linux/tools/testing/selftests/timens/
H A Dtimens.h23 if (timer_create(-1, 0, 0) == -1 && errno == ENOSYS) in check_supported_timers()
H A Dtimer.c42 if (timer_create(clockid, &sevp, &fd) == -1) { in run_test()
/linux/kernel/time/
H A Dposix-timers.h21 int (*timer_create)(struct k_itimer *timer); member
H A Dposix-cpu-timers.c1641 .timer_create = posix_cpu_timer_create,
1653 .timer_create = process_cpu_timer_create,
1660 .timer_create = thread_cpu_timer_create,
H A Dalarmtimer.c837 .timer_create = alarm_timer_create,
/linux/arch/um/os-Linux/
H A Dtime.c41 if (timer_create(CLOCK_MONOTONIC, NULL, t) == -1) in os_timer_create()
/linux/kernel/
H A Dsys_ni.c207 COND_SYSCALL(timer_create);
216 COND_SYSCALL_COMPAT(timer_create);
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl234 222 64 timer_create sys_timer_create
414 526 x32 timer_create compat_sys_timer_create
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl234 222 64 timer_create sys_timer_create
414 526 x32 timer_create compat_sys_timer_create
H A Dsyscall_32.tbl274 259 i386 timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
/linux/scripts/
H A Dsyscall.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl306 240 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl264 254 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c260 err = timer_create(CLOCK_MONOTONIC, &watchdog_sev, &env.watchdog); in watchdog_init()
/linux/init/
H A DKconfig1618 available: timer_create, timer_gettime: timer_getoverrun,