Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDdevicestat.h141 u_int start_count; /* started ops */ member
/trueos/sys/kern/
HDsubr_devstat.c242 if (ds->start_count == ds->end_count) { in devstat_start_transaction()
248 ds->start_count++; in devstat_start_transaction()
/trueos/sys/dev/cy/
HDcy.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()
/trueos/lib/libdevstat/
HDdevstat.c1537 *destu64 = current->start_count - current->end_count; in devstat_compute_statistics()