Home
last modified time | relevance | path

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

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