Searched refs:stopped_at (Results 1 – 1 of 1) sorted by relevance
127 struct timeval stopped_at; member718 do_gettimeofday(&(info->stopped_at)); in inject()720 total = (info->stopped_at.tv_sec - info->started_at.tv_sec) * 1000000 + in inject()721 info->stopped_at.tv_usec - info->started_at.tv_usec; in inject()836 stopped = tv_to_ms(&(info->stopped_at)); in proc_read()