Searched refs:iprop_end (Results 1 – 1 of 1) sorted by relevance
642 struct timeval iprop_start, iprop_end; in do_iprop() local906 gettimeofday(&iprop_end, NULL); in do_iprop()907 usec = (iprop_end.tv_sec - iprop_start.tv_sec) * 1000000 + in do_iprop()908 iprop_end.tv_usec - iprop_start.tv_usec; in do_iprop()