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

/drivers/block/
H A Dnvme.c297 * me express that. Use nvme_alloc_iod to ensure there's enough space
327 nvme_alloc_iod(unsigned nseg, unsigned nbytes, gfp_t gfp) function
555 iod = nvme_alloc_iod(psegs, bio->bi_size, GFP_ATOMIC);
1048 iod = nvme_alloc_iod(count, length, GFP_KERNEL);

Completed in 67 milliseconds