Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
HDdpt_scsi.c1950 ccb->command_started = microtime_now;
2027 ccb->command_started = microtime_now;
2382 ccb->command_started = microtime_now;
2504 age = dpt_time_delta(ccb->command_started, microtime_now);
HDdpt.h902 struct timeval command_started; member