Searched refs:timer_create (Results 1 – 17 of 17) sorted by relevance
/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 143 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 D | timens.h | 23 if (timer_create(-1, 0, 0) == -1 && errno == ENOSYS) in check_supported_timers()
|
H A D | timer.c | 42 if (timer_create(clockid, &sevp, &fd) == -1) { in run_test()
|
/linux/kernel/time/ |
H A D | posix-timers.h | 21 int (*timer_create)(struct k_itimer *timer); member
|
H A D | posix-cpu-timers.c | 1641 .timer_create = posix_cpu_timer_create, 1653 .timer_create = process_cpu_timer_create, 1660 .timer_create = thread_cpu_timer_create,
|
H A D | alarmtimer.c | 837 .timer_create = alarm_timer_create,
|
/linux/arch/um/os-Linux/ |
H A D | time.c | 41 if (timer_create(CLOCK_MONOTONIC, NULL, t) == -1) in os_timer_create()
|
/linux/kernel/ |
H A D | sys_ni.c | 207 COND_SYSCALL(timer_create); 216 COND_SYSCALL_COMPAT(timer_create);
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 234 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 D | syscall_64.tbl | 234 222 64 timer_create sys_timer_create 414 526 x32 timer_create compat_sys_timer_create
|
H A D | syscall_32.tbl | 274 259 i386 timer_create sys_timer_create compat_sys_timer_create
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 227 216 n64 timer_create sys_timer_create
|
/linux/scripts/ |
H A D | syscall.tbl | 136 107 common timer_create sys_timer_create compat_sys_timer_create
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 306 240 common timer_create sys_timer_create compat_sys_timer_create
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 264 254 common timer_create sys_timer_create compat_sys_timer_create
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 260 err = timer_create(CLOCK_MONOTONIC, &watchdog_sev, &env.watchdog); in watchdog_init()
|
/linux/init/ |
H A D | Kconfig | 1618 available: timer_create, timer_gettime: timer_getoverrun,
|