Home
last modified time | relevance | path

Searched refs:busy_from (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_devstat.c236 ds->busy_from = *now; in devstat_start_transaction()
238 binuptime(&ds->busy_from); in devstat_start_transaction()
330 bintime_sub(&dt, &ds->busy_from); in devstat_end_transaction()
332 ds->busy_from = *now; in devstat_end_transaction()
437 BT_CP(*nds, ds32, busy_from); in sysctl_devstat()
/freebsd/sys/sys/
H A Ddevicestat.h144 struct bintime busy_from; /* member
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h534 struct bintime32 busy_from; member