Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c154 err = timer_create(which, NULL, &id); in check_timer_create()
211 if (timer_create(CLOCK_PROCESS_CPUTIME_ID, NULL, &id)) in ctd_thread_func()
H A Dalarmtimer-suspend.c144 if (timer_create(alarm_clock_id, &se, &tm1) == -1) { in main()
H A Dset-timer-lat.c139 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()
/openbmc/qemu/tests/tcg/hexagon/
H A Dsignal_context.c48 timer_create(CLOCK_REALTIME, &sev, &tid); in main()
/openbmc/linux/kernel/time/
H A Dposix-timers.c453 if (!kc->timer_create) in do_timer_create()
511 error = kc->timer_create(new_timer); in do_timer_create()
530 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
545 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE3() argument
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-timers.h15 int (*timer_create)(struct k_itimer *timer); member
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.c891 .timer_create = alarm_timer_create,
/openbmc/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()
/openbmc/linux/arch/um/os-Linux/
H A Dtime.c41 if (timer_create(CLOCK_MONOTONIC, NULL, t) == -1) in os_timer_create()
/openbmc/linux/kernel/
H A Dsys_ni.c204 COND_SYSCALL(timer_create);
213 COND_SYSCALL_COMPAT(timer_create);
/openbmc/qemu/tests/tcg/multiarch/
H A Dsignals.c124 chk_error(timer_create(CLOCK_REALTIME, &sev, &tid)); in test_signals()
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb135 testcases/kernel/syscalls/timer_create/timer_create01.c \
136 testcases/kernel/syscalls/timer_create/timer_create03.c
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc258 [ 257] = 3, /* timer_create */
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl233 222 64 timer_create sys_timer_create
392 526 x32 timer_create compat_sys_timer_create
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl233 222 64 timer_create sys_timer_create
399 526 x32 timer_create compat_sys_timer_create
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl233 222 64 timer_create sys_timer_create
399 526 x32 timer_create compat_sys_timer_create
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl231 220 n32 timer_create compat_sys_timer_create
H A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl236 224 common timer_create sys_timer_create
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl269 248 common timer_create sys_timer_create

123