Searched refs:timer_create (Results  1 – 25 of 30) sorted by relevance
12
| /Linux-v5.4/kernel/time/ | 
| D | posix-stubs.c | 40 SYS_NI(timer_create);153 COMPAT_SYS_NI(timer_create);
 
 | 
| D | posix-timers.c | 482 	if (!kc->timer_create)  in do_timer_create()530 	error = kc->timer_create(new_timer);  in do_timer_create()
 551 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock,  in SYSCALL_DEFINE3()  argument
 566 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock,  in COMPAT_SYSCALL_DEFINE3()  argument
 1268 	.timer_create		= common_timer_create,
 1284 	.timer_create		= common_timer_create,
 1315 	.timer_create		= common_timer_create,
 1331 	.timer_create		= common_timer_create,
 
 | 
| D | posix-timers.h | 12 	int	(*timer_create)(struct k_itimer *timer);  member
 | 
| D | posix-cpu-timers.c | 1397 	.timer_create	= posix_cpu_timer_create,1408 	.timer_create	= process_cpu_timer_create,
 1415 	.timer_create	= thread_cpu_timer_create,
 
 | 
| D | alarmtimer.c | 841 	.timer_create		= alarm_timer_create,
 | 
| /Linux-v5.4/arch/um/os-Linux/ | 
| D | time.c | 47 	if (timer_create(CLOCK_MONOTONIC, NULL, t) == -1)  in os_timer_create()
 | 
| /Linux-v5.4/tools/testing/selftests/timers/ | 
| D | alarmtimer-suspend.c | 144 		if (timer_create(alarm_clock_id, &se, &tm1) == -1) {  in main()
 | 
| D | posix_timers.c | 156 	err = timer_create(which, NULL, &id);  in check_timer_create()
 | 
| D | set-timer-lat.c | 139 	err = timer_create(clock_id, &se, tm1);  in setup_timer()
 | 
| D | leap-a-day.c | 296 		if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) {  in main()
 | 
| /Linux-v5.4/tools/perf/arch/x86/entry/syscalls/ | 
| D | syscall_64.tbl | 233 222	64	timer_create		__x64_sys_timer_create381 526	x32	timer_create		__x32_compat_sys_timer_create
 
 | 
| /Linux-v5.4/arch/x86/entry/syscalls/ | 
| D | syscall_64.tbl | 233 222	64	timer_create		__x64_sys_timer_create381 526	x32	timer_create		__x32_compat_sys_timer_create
 
 | 
| /Linux-v5.4/arch/mips/kernel/syscalls/ | 
| D | syscall_n32.tbl | 231 220	n32	timer_create			compat_sys_timer_create
 | 
| D | syscall_n64.tbl | 227 216	n64	timer_create			sys_timer_create
 | 
| D | syscall_o32.tbl | 271 257	o32	timer_create			sys_timer_create		compat_sys_timer_create
 | 
| /Linux-v5.4/arch/ia64/kernel/syscalls/ | 
| D | syscall.tbl | 236 224	common	timer_create			sys_timer_create
 | 
| /Linux-v5.4/arch/xtensa/kernel/syscalls/ | 
| D | syscall.tbl | 269 248	common	timer_create			sys_timer_create
 | 
| /Linux-v5.4/arch/m68k/kernel/syscalls/ | 
| D | syscall.tbl | 264 254	common	timer_create			sys_timer_create
 | 
| /Linux-v5.4/arch/sh/kernel/syscalls/ | 
| D | syscall.tbl | 269 259	common	timer_create			sys_timer_create
 | 
| /Linux-v5.4/arch/sparc/kernel/syscalls/ | 
| D | syscall.tbl | 325 266	common	timer_create		sys_timer_create		compat_sys_timer_create
 | 
| /Linux-v5.4/tools/perf/arch/s390/entry/syscalls/ | 
| D | syscall.tbl | 264 254  common	timer_create		sys_timer_create		compat_sys_timer_create
 | 
| /Linux-v5.4/arch/parisc/kernel/syscalls/ | 
| D | syscall.tbl | 279 250	common	timer_create		sys_timer_create		compat_sys_timer_create
 | 
| /Linux-v5.4/arch/arm/tools/ | 
| D | syscall.tbl | 274 257	common	timer_create		sys_timer_create
 | 
| /Linux-v5.4/arch/microblaze/kernel/syscalls/ | 
| D | syscall.tbl | 269 259	common	timer_create			sys_timer_create
 | 
| /Linux-v5.4/arch/s390/kernel/syscalls/ | 
| D | syscall.tbl | 264 254  common	timer_create		sys_timer_create		compat_sys_timer_create
 | 
        12