Home
last modified time | relevance | path

Searched defs:gettime (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dfsys.S150 .gettime: label
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dtty.c72 static u8 gettime(void) in gettime() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/
H A Dtestptp.c171 int gettime = 0; in main() local
/OK3568_Linux_fs/kernel/drivers/firmware/efi/test/
H A Defi_test.c280 struct efi_gettime gettime; in efi_runtime_get_time() local
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_rxq_info_user.c169 static __u64 gettime(void) in gettime() function
H A Dxdp_monitor_user.c104 static __u64 gettime(void) in gettime() function
H A Dxdp_redirect_cpu_user.c163 static __u64 gettime(void) in gettime() function
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c50 static struct pid *pid_for_clock(const clockid_t clock, bool gettime) in pid_for_clock()