Searched refs:v_last_done (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/geom/raid/
H A Dg_raid.h303 struct timeval v_last_done; /* Time of the last I/O. */ member in struct:g_raid_volume
H A Dg_raid.c1275 getmicrouptime(&vol->v_last_done);
1528 timevalcmp(&vol->v_last_done, &t, < ))
1529 t = vol->v_last_done;
1569 timevaladd(&t, &vol->v_last_done);
1573 vol->v_last_done = now;

Completed in 109 milliseconds