Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dksm_tests.c710 unsigned long cow_time_ns; in ksm_cow_time() local
730 cow_time_ns = (end_time.tv_sec - start_time.tv_sec) * NSEC_PER_SEC + in ksm_cow_time()
735 printf("Total time: %ld.%09ld s\n", cow_time_ns / NSEC_PER_SEC, in ksm_cow_time()
736 cow_time_ns % NSEC_PER_SEC); in ksm_cow_time()
738 ((double)cow_time_ns / NSEC_PER_SEC)); in ksm_cow_time()
759 cow_time_ns = (end_time.tv_sec - start_time.tv_sec) * NSEC_PER_SEC + in ksm_cow_time()
763 printf("Total time: %ld.%09ld s\n", cow_time_ns / NSEC_PER_SEC, in ksm_cow_time()
764 cow_time_ns % NSEC_PER_SEC); in ksm_cow_time()
766 ((double)cow_time_ns / NSEC_PER_SEC)); in ksm_cow_time()