Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cam/ctl/
Dctl_backend_block.c203 struct bintime ds_t0; member
336 /*then*/&beio->ds_t0); in ctl_complete_beio()
533 binuptime(&beio->ds_t0); in ctl_be_block_flush_file()
534 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0); in ctl_be_block_flush_file()
605 binuptime(&beio->ds_t0); in ctl_be_block_dispatch_file()
606 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0); in ctl_be_block_dispatch_file()
647 binuptime(&beio->ds_t0); in ctl_be_block_dispatch_file()
648 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0); in ctl_be_block_dispatch_file()
754 binuptime(&beio->ds_t0); in ctl_be_block_flush_dev()
755 devstat_start_transaction(be_lun->disk_stats, &beio->ds_t0); in ctl_be_block_flush_dev()
[all …]
/freebsd-9-stable/sys/dev/xen/blkback/
Dblkback.c288 struct bintime ds_t0; member
360 struct bintime ds_t0; member
1251 binuptime(&nreq->ds_t0); in xbb_get_resources()
1252 devstat_start_transaction(xbb->xbb_stats_in, &nreq->ds_t0); in xbb_get_resources()
1395 /*then*/&nreq->ds_t0); in xbb_complete_reqlist()
1412 /*then*/&reqlist->ds_t0); in xbb_complete_reqlist()
1541 binuptime(&reqlist->ds_t0); in xbb_dispatch_io()
1542 devstat_start_transaction(xbb->xbb_stats, &reqlist->ds_t0); in xbb_dispatch_io()