| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0015-posix-Fix-Warray-bounds-instances-building-timer_cre.patch | 27 the timer if a SIGEV_THREAD in the returned 'timer_t'. For 28 !SIGEV_THREAD, the resulting 'timer_t' is the returned kernel timer 32 'timer_t' to indicate the timer handles a SIGEV_THREAD. 83 +/* For !SIGEV_THREAD, the resulting 'timer_t' is the returned kernel timer 87 + 'timer_t' to indicate the timer handles a SIGEV_THREAD. */ 89 +static inline timer_t 92 + return (timer_t) ((intptr_t) ktimerid); 95 +static inline timer_t 98 + return (timer_t) (INTPTR_MIN | (uintptr_t) ptr >> 1); 102 +timer_is_sigev_thread (timer_t timerid) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | time.h | 236 timer_t *__restrict __timerid) __THROW; 239 extern int timer_delete (timer_t __timerid) __THROW; 242 extern int timer_settime (timer_t __timerid, int __flags, 247 extern int timer_gettime (timer_t __timerid, struct itimerspec *__value) 251 extern int timer_getoverrun (timer_t __timerid) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | time.h | 236 timer_t *__restrict __timerid) __THROW; 239 extern int timer_delete (timer_t __timerid) __THROW; 242 extern int timer_settime (timer_t __timerid, int __flags, 247 extern int timer_gettime (timer_t __timerid, struct itimerspec *__value) 251 extern int timer_getoverrun (timer_t __timerid) __THROW;
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-timers.c | 105 static struct k_itimer *__lock_timer(timer_t timer_id, unsigned long *flags); 120 timer_t id) in __posix_timers_find() 132 static struct k_itimer *posix_timer_by_id(timer_t id) in posix_timer_by_id() 499 timer_t __user *created_timer_id) in do_timer_create() 523 new_timer->it_id = (timer_t) new_timer_id; in do_timer_create() 579 timer_t __user *, created_timer_id) in SYSCALL_DEFINE3() 594 timer_t __user *, created_timer_id) in COMPAT_SYSCALL_DEFINE3() 614 static struct k_itimer *__lock_timer(timer_t timer_id, unsigned long *flags) in __lock_timer() 715 static int do_timer_gettime(timer_t timer_id, struct itimerspec64 *setting) in do_timer_gettime() 738 SYSCALL_DEFINE2(timer_gettime, timer_t, timer_id, in SYSCALL_DEFINE2() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | set-timer-lat.c | 123 int setup_timer(int clock_id, int flags, int interval, timer_t *tm1) in setup_timer() 212 timer_t tm1; in do_timer() 230 timer_t tm1; in do_timer_oneshot()
|
| H A D | alarmtimer-suspend.c | 121 timer_t tm1; in main()
|
| H A D | posix_timers.c | 141 timer_t id; in check_timer_create()
|
| H A D | leap-a-day.c | 177 timer_t tm1; in main()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | time.c | 18 static timer_t event_high_res_timer = 0; 44 timer_t *t = &event_high_res_timer; in os_timer_create()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/ |
| H A D | timer_t.h | 7 typedef __timer_t timer_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/ |
| H A D | timer_t.h | 7 typedef __timer_t timer_t; typedef
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | timer.c | 22 timer_t fd; in run_test()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | types.h | 26 typedef __kernel_timer_t timer_t; typedef
|
| H A D | posix-timers.h | 218 timer_t it_id;
|
| H A D | syscalls.h | 642 timer_t __user * created_timer_id); 643 asmlinkage long sys_timer_gettime(timer_t timer_id, 645 asmlinkage long sys_timer_getoverrun(timer_t timer_id); 646 asmlinkage long sys_timer_settime(timer_t timer_id, int flags, 649 asmlinkage long sys_timer_delete(timer_t timer_id); 659 asmlinkage long sys_timer_gettime32(timer_t timer_id, 661 asmlinkage long sys_timer_settime32(timer_t timer_id, int flags,
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | .treesource.o.cmd | |
| H A D | .dtc-lexer.lex.o.cmd | |
| H A D | .checks.o.cmd | |
| H A D | .data.o.cmd | |
| H A D | .livetree.o.cmd | |
| H A D | .flattree.o.cmd | |
| H A D | .dtc-parser.tab.o.cmd | |
| H A D | .dtc.o.cmd | |
| H A D | .util.o.cmd | |
| H A D | .srcpos.o.cmd | |