Home
last modified time | relevance | path

Searched refs:start_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/sys/
Ddevicestat.h141 u_int start_count; /* started ops */ member
/freebsd-9-stable/sys/kern/
Dsubr_devstat.c241 if (ds->start_count == ds->end_count) { in devstat_start_transaction()
247 ds->start_count++; in devstat_start_transaction()
/freebsd-9-stable/sys/dev/cy/
Dcy.c215 u_int start_count; /* no. of calls to cystart() */ member
1665 ++com->start_count; in cystart()
2220 com->start_count, com->start_real); in cystatus()
/freebsd-9-stable/lib/libdevstat/
Ddevstat.c1522 *destu64 = current->start_count - current->end_count; in devstat_compute_statistics()