Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 25 of 105) sorted by relevance

12345

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c149 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE4()
150 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE4()
242 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE4()
243 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE4()
H A Dhrtimer.c1916 switch(restart->nanosleep.type) { in nanosleep_copyout()
1919 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
1924 if (put_timespec64(ts, restart->nanosleep.rmtp)) in nanosleep_copyout()
1955 if (restart->nanosleep.type != TT_NONE) { in do_nanosleep()
1973 hrtimer_init_sleeper_on_stack(&t, restart->nanosleep.clockid, in hrtimer_nanosleep_restart()
1975 hrtimer_set_expires_tv64(&t.timer, restart->nanosleep.expires); in hrtimer_nanosleep_restart()
2006 restart->nanosleep.clockid = t.timer.base->clockid; in hrtimer_nanosleep()
2007 restart->nanosleep.expires = hrtimer_get_expires_tv64(&t.timer); in hrtimer_nanosleep()
2016 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
2027 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE2()
[all …]
H A Dalarmtimer.c763 if (restart->nanosleep.type != TT_NONE) { in alarmtimer_do_nsleep()
795 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart()
796 ktime_t exp = restart->nanosleep.expires; in alarm_timer_nsleep_restart()
851 restart->nanosleep.clockid = type; in alarm_timer_nsleep()
852 restart->nanosleep.expires = exp; in alarm_timer_nsleep()
H A Dposix-cpu-timers.c1467 restart->nanosleep.expires = expires; in do_cpu_nanosleep()
1468 if (restart->nanosleep.type != TT_NONE) in do_cpu_nanosleep()
1498 restart_block->nanosleep.clockid = which_clock; in posix_cpu_nsleep()
1506 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart()
1509 t = ns_to_timespec64(restart_block->nanosleep.expires); in posix_cpu_nsleep_restart()
H A Dposix-timers.c1273 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE4()
1274 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE4()
1300 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE4()
1301 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE4()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsattypes.h166 return nanosleep(&req, NULL) == 0; in sat_usleep()
174 return nanosleep(&req, NULL) == 0; in sat_sleep()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach.c262 nanosleep(&tm, NULL);
299 nanosleep(&tm, NULL);
679 nanosleep(&tm, NULL);
739 nanosleep(&tm, NULL);
775 nanosleep(&tm, NULL);
840 nanosleep(&tm, NULL);
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A D.gitignore9 nanosleep
H A DMakefile7 TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
/OK3568_Linux_fs/kernel/include/linux/
H A Drestart_block.h46 } nanosleep; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dyield_k.hpp151 nanosleep( &rqtp, 0 ); in yield()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnutls/gnutls/
H A Darm_eabi.patch23 ADD_SYSCALL(nanosleep, 0);
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dhrtimers.rst59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
159 - nanosleep
163 The conversion of nanosleep and posix-timers enabled the unification of
164 nanosleep and clock_nanosleep.
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c134 nanosleep(&tv, NULL); in test_get_stack_raw_tp()
/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 Dtime.h205 extern int nanosleep (const struct timespec *__requested_time,
/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 Dtime.h205 extern int nanosleep (const struct timespec *__requested_time,
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A DREADME59 - The build gets a warning about 'nanosleep'. I think the various '-D'
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl215 162 32 nanosleep sys_nanosleep_time32
216 162 64 nanosleep sys_nanosleep
217 162 spu nanosleep sys_nanosleep
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl211 162 32 nanosleep sys_nanosleep_time32
212 162 64 nanosleep sys_nanosleep
213 162 spu nanosleep sys_nanosleep
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl180 162 32 nanosleep sys_nanosleep_time32
181 162 64 nanosleep sys_nanosleep
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dthread54 # include <time.h> // nanosleep
401 while (::nanosleep(&__ts, &__ts) == -1 && errno == EINTR)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dthread54 # include <time.h> // nanosleep
401 while (::nanosleep(&__ts, &__ts) == -1 && errno == EINTR)
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dnf-queue.c267 nanosleep(&ts, NULL); in sleep_ms()
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch177 - while (nanosleep (&ts, &ts) == -1)
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl299 249 32 nanosleep sys_nanosleep_time32
300 249 64 nanosleep sys_nanosleep

12345