Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvme/
H A Dnvme_ns.c336 free(child_bios, M_NVME); in nvme_free_child_bios()
342 struct bio **child_bios; in nvme_allocate_child_bios() local
346 if (child_bios == NULL) in nvme_allocate_child_bios()
360 return (child_bios); in nvme_allocate_child_bios()
366 struct bio **child_bios; in nvme_construct_child_bios() local
378 if (child_bios == NULL) in nvme_construct_child_bios()
390 child = child_bios[i]; in nvme_construct_child_bios()
416 return (child_bios); in nvme_construct_child_bios()
424 struct bio **child_bios; in nvme_ns_split_bio() local
428 if (child_bios == NULL) in nvme_ns_split_bio()
[all …]