Home
last modified time | relevance | path

Searched refs:get_phys_clock (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dtimex.h177 int get_phys_clock(unsigned long *clock);
/kernel/linux/linux-5.10/arch/s390/kernel/
Dtime.c313 int get_phys_clock(unsigned long *clock) in get_phys_clock() function
332 EXPORT_SYMBOL(get_phys_clock);
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_eckd.c255 rc = get_phys_clock(&data->ep_sys_time); in set_timestamp()