Searched refs:tv_start (Results 1 – 3 of 3) sorted by relevance
944 struct timeval tv_start, tv_end; in init_machclk() local948 microtime(&tv_start); in init_machclk()954 diff = (u_int64_t)(tv_end.tv_sec - tv_start.tv_sec) * 1000000 in init_machclk()955 + tv_end.tv_usec - tv_start.tv_usec; in init_machclk()
2568 struct timeval tv_start; in hns3vf_reset_service() local2595 gettimeofday(&tv_start, NULL); in hns3vf_reset_service()2598 timersub(&tv, &tv_start, &tv_delta); in hns3vf_reset_service()
5649 struct timeval tv_start; in hns3_reset_service() local5683 gettimeofday(&tv_start, NULL); in hns3_reset_service()5686 timersub(&tv, &tv_start, &tv_delta); in hns3_reset_service()