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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c207 struct bintime ds_t0; member in struct:ctl_be_block_io
515 /*now*/ NULL, /*then*/&beio->ds_t0);
576 binuptime(&beio->ds_t0);
578 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0);
598 /*now*/ NULL, /*then*/&beio->ds_t0);
659 binuptime(&beio->ds_t0);
661 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0);
742 /*now*/ NULL, /*then*/&beio->ds_t0);
890 binuptime(&beio->ds_t0);
892 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0);
[all...]
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c284 struct bintime ds_t0; member in struct:xbb_xen_reqlist
349 struct bintime ds_t0; member in struct:xbb_xen_req
1250 binuptime(&nreq->ds_t0);
1251 devstat_start_transaction(xbb->xbb_stats_in, &nreq->ds_t0);
1433 /*then*/&nreq->ds_t0);
1450 /*then*/&reqlist->ds_t0);
1589 binuptime(&reqlist->ds_t0);
1590 devstat_start_transaction(xbb->xbb_stats, &reqlist->ds_t0);

Completed in 87 milliseconds