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

/freebsd-10.0-release/sys/kern/
H A Dsubr_devstat.c278 ds->busy_from = *now;
280 binuptime(&ds->busy_from);
309 * completion). One exception is busy_from, which we only modify in
365 bintime_sub(&dt, &ds->busy_from);
367 ds->busy_from = *now;
/freebsd-10.0-release/sys/sys/
H A Ddevicestat.h143 struct bintime busy_from; /* member in struct:devstat

Completed in 73 milliseconds