Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_subr.c944 struct timeval tv_start, tv_end; in init_machclk() local
948 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()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c2568 struct timeval tv_start; in hns3vf_reset_service() local
2595 gettimeofday(&tv_start, NULL); in hns3vf_reset_service()
2598 timersub(&tv, &tv_start, &tv_delta); in hns3vf_reset_service()
H A Dhns3_ethdev.c5649 struct timeval tv_start; in hns3_reset_service() local
5683 gettimeofday(&tv_start, NULL); in hns3_reset_service()
5686 timersub(&tv, &tv_start, &tv_delta); in hns3_reset_service()