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

/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_ns.c56 struct bio **child_bios);
328 nvme_free_child_bios(int num_bios, struct bio **child_bios) argument
333 if (child_bios[i] != NULL)
334 g_destroy_bio(child_bios[i]);
337 free(child_bios, M_NVME);
343 struct bio **child_bios; local
346 child_bios = malloc(num_bios * sizeof(struct bio *), M_NVME, M_NOWAIT);
347 if (child_bios == NULL)
351 child_bios[i] = g_new_bio();
352 if (child_bios[
367 struct bio **child_bios; local
425 struct bio **child_bios; local
[all...]

Completed in 98 milliseconds