Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dtimex.h206 int get_phys_clock(unsigned long *clock);
/linux-6.15/arch/s390/kernel/
H A Dtime.c305 int get_phys_clock(unsigned long *clock) in get_phys_clock() function
324 EXPORT_SYMBOL(get_phys_clock);
/linux-6.15/drivers/s390/block/
H A Ddasd_eckd.c253 rc = get_phys_clock(&data->ep_sys_time); in set_timestamp()