Home
last modified time | relevance | path

Searched refs:timer_create (Results 1 – 25 of 26) 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/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 Dalarmtimer.c823 .timer_create = alarm_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.h138 * int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid);
150 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in time()
172 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) 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
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/scripts/
H A Dsyscall.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/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/sparc/entry/syscalls/
H A Dsyscall.tbl325 266 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl275 257 common timer_create 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/testing/selftests/bpf/
H A Dtest_progs.c263 err = timer_create(CLOCK_MONOTONIC, &watchdog_sev, &env.watchdog); in watchdog_init()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1044 ret = timer_create(CLOCK_MONOTONIC, &evp, &timer); in test_uname()
/linux/init/
H A DKconfig1755 available: timer_create, timer_gettime: timer_getoverrun,

12