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

/freebsd-current/sys/cam/ctl/
H A Dctl_backend_block.c217 struct bintime ds_t0; member in struct:ctl_be_block_io
565 /*now*/ NULL, /*then*/&beio->ds_t0);
619 binuptime(&beio->ds_t0);
620 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0);
635 /*now*/ NULL, /*then*/&beio->ds_t0);
695 binuptime(&beio->ds_t0);
696 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0);
773 /*now*/ NULL, /*then*/&beio->ds_t0);
897 binuptime(&beio->ds_t0);
898 devstat_start_transaction(be_lun->disk_stats, &beio->ds_t0);
[all...]
/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c255 struct bintime ds_t0; member in struct:xbb_xen_reqlist
320 struct bintime ds_t0; member in struct:xbb_xen_req
1170 binuptime(&nreq->ds_t0);
1171 devstat_start_transaction(xbb->xbb_stats_in, &nreq->ds_t0);
1351 /*then*/&nreq->ds_t0);
1368 /*then*/&reqlist->ds_t0);
1495 binuptime(&reqlist->ds_t0);
1496 devstat_start_transaction(xbb->xbb_stats, &reqlist->ds_t0);

Completed in 73 milliseconds