Home
last modified time | relevance | path

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

12

/linux/kernel/time/
H A Dposix-timers.c476 if (!kc->timer_create) in do_timer_create()
544 error = kc->timer_create(new_timer); in do_timer_create()
574 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
589 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE3() argument
1439 .timer_create = common_timer_create,
1456 .timer_create = common_timer_create,
1488 .timer_create = common_timer_create,
1505 .timer_create = common_timer_create,
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/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/tools/include/nolibc/
H A Dtime.h179 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() function
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl234 222 64 timer_create sys_timer_create
417 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
417 526 x32 timer_create compat_sys_timer_create
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
H A Dsyscall_n32.tbl231 220 n32 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/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl264 254 common timer_create sys_timer_create
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl269 248 common timer_create sys_timer_create
/linux/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl279 250 common timer_create sys_timer_create compat_sys_timer_create
/linux/arch/sh/kernel/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/sh/entry/syscalls/
H A Dsyscall.tbl269 259 common timer_create sys_timer_create
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl269 259 common timer_create sys_timer_create
/linux/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl345 414 common timer_create sys_timer_create
/linux/arch/arm/tools/
H A Dsyscall.tbl275 257 common timer_create sys_timer_create

12