Home
last modified time | relevance | path

Searched refs:wall_time (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/vfio/
H A Dvfio_pci_device_init_perf_test.c120 struct timespec wall_time; in TEST_F() local
145 wall_time = timespec_sub(end, start); in TEST_F()
148 wall_time.tv_sec, wall_time.tv_nsec); in TEST_F()
/linux/arch/s390/kernel/
H A Dtime.c207 void __init read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument
219 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()
220 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()