Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c217 struct bintime ds_t0; member
563 /*now*/ NULL, /*then*/&beio->ds_t0); in ctl_be_block_biodone()
617 binuptime(&beio->ds_t0); in ctl_be_block_flush_file()
618 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0); in ctl_be_block_flush_file()
633 /*now*/ NULL, /*then*/&beio->ds_t0); in ctl_be_block_flush_file()
693 binuptime(&beio->ds_t0); in ctl_be_block_dispatch_file()
694 devstat_start_transaction(beio->lun->disk_stats, &beio->ds_t0); in ctl_be_block_dispatch_file()
771 /*now*/ NULL, /*then*/&beio->ds_t0); in ctl_be_block_dispatch_file()
895 binuptime(&beio->ds_t0); in ctl_be_block_unmap_file()
896 devstat_start_transaction(be_lun->disk_stats, &beio->ds_t0); in ctl_be_block_unmap_file()
[all …]
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c257 struct bintime ds_t0; member
322 struct bintime ds_t0; member
1174 binuptime(&nreq->ds_t0); in xbb_get_resources()
1175 devstat_start_transaction(xbb->xbb_stats_in, &nreq->ds_t0); in xbb_get_resources()
1355 /*then*/&nreq->ds_t0); in xbb_complete_reqlist()
1372 /*then*/&reqlist->ds_t0); in xbb_complete_reqlist()
1499 binuptime(&reqlist->ds_t0); in xbb_dispatch_io()
1500 devstat_start_transaction(xbb->xbb_stats, &reqlist->ds_t0); in xbb_dispatch_io()