Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nvme/
HDnvme_ns.c365 uint32_t rem_bcount; in nvme_construct_child_bios() local
381 rem_bcount = bp->bio_bcount; in nvme_construct_child_bios()
393 child->bio_bcount = min(rem_bcount, in nvme_construct_child_bios()
415 rem_bcount -= child->bio_bcount; in nvme_construct_child_bios()