Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c145 if (timer_create(which, NULL, &id) < 0) in check_timer_create()
190 if (timer_create(CLOCK_PROCESS_CPUTIME_ID, NULL, &id)) in ctd_thread_func()
296 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_sig_ign()
369 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_rearm()
425 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_delete()
467 if (timer_create(which, &sev, &timerid)) in check_sigev_none()
514 if (timer_create(which, &sev, &timerid)) in check_gettime()
574 if (timer_create(which, &sev, &timerid)) in check_overrun()
H A Dalarmtimer-suspend.c130 if (timer_create(alarm_clock_id, &se, &tm1) == -1) { in main()
H A Dnanosleep.c137 ret = timer_create(clockid, NULL, &timer); in nanosleep_test_remaining()
H A Dset-timer-lat.c127 err = timer_create(clock_id, &se, tm1); in setup_timer()
H A Dleap-a-day.c296 if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) { in main()
/linux/kernel/time/
H A Dposix-timers.c169 * next regular timer_create() invocations. in posix_timer_add()
468 if (!kc->timer_create) in do_timer_create()
536 error = kc->timer_create(new_timer); in do_timer_create()
566 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in do_timer_create()
581 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock, in SYSCALL_DEFINE3()
1431 .timer_create = common_timer_create,
1448 .timer_create = common_timer_create,
1480 .timer_create = common_timer_create,
1497 .timer_create = common_timer_create,
573 SYSCALL_DEFINE3(timer_create,const clockid_t,which_clock,struct sigevent __user *,timer_event_spec,timer_t __user *,created_timer_id) SYSCALL_DEFINE3() argument
588 COMPAT_SYSCALL_DEFINE3(timer_create,clockid_t,which_clock,struct compat_sigevent __user *,timer_event_spec,timer_t __user *,created_timer_id) COMPAT_SYSCALL_DEFINE3() argument
H A Dposix-timers.h21 int (*timer_create)(struct k_itimer *timer); member
H A Dposix-cpu-timers.c1650 .timer_create = posix_cpu_timer_create,
1662 .timer_create = process_cpu_timer_create,
1669 .timer_create = thread_cpu_timer_create,
H A Dalarmtimer.c819 .timer_create = alarm_timer_create,
/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/
H A Dsys_ni.c207 COND_SYSCALL(timer_create);
216 COND_SYSCALL_COMPAT(timer_create);
/linux/arch/um/os-Linux/
H A Dtime.c55 if (timer_create(CLOCK_MONOTONIC, &sev, t) == -1) in os_timer_create()
/linux/tools/include/nolibc/
H A Dtime.h150 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() function
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl234 222 64 timer_create sys_timer_create
420 526 x32 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/arm64/entry/syscalls/
H A Dsyscall_64.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl210 254 common timer_create sys_timer_create
/linux/tools/scripts/
H A Dsyscall.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl279 250 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl269 259 common timer_create sys_timer_create
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl269 248 common timer_create sys_timer_create
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl345 414 common timer_create sys_timer_create

12