Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/dpt/
H A Ddpt_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);
H A Ddpt.h902 struct timeval command_started; member