Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dtimex.h202 int get_phys_clock(unsigned long *clock);
/linux-6.1.9/arch/s390/kernel/
Dtime.c302 int get_phys_clock(unsigned long *clock) in get_phys_clock() function
321 EXPORT_SYMBOL(get_phys_clock);
/linux-6.1.9/drivers/s390/block/
Ddasd_eckd.c256 rc = get_phys_clock(&data->ep_sys_time); in set_timestamp()