Home
last modified time | relevance | path

Searched refs:KTIME_LOW_RES (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/vdso/
H A Dktime.h14 #define KTIME_LOW_RES (LOW_RES_NSEC) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dhrtimer_defs.h23 # define KTIME_MONOTONIC_RES KTIME_LOW_RES
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/vdso32/
H A Dgettimeofday.S203 LOAD_REG_IMMEDIATE(r5, KTIME_LOW_RES)
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dasm-offsets.c441 DEFINE(KTIME_LOW_RES, KTIME_LOW_RES); in main()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-timers.c236 *tp = ktime_to_timespec64(KTIME_LOW_RES); in posix_get_coarse_res()