Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dio-cmd-file.c14 #define NVMET_MAX_MPOOL_BVEC 16 macro
72 NVMET_MAX_MPOOL_BVEC * sizeof(struct bio_vec), in nvmet_file_ns_enable()
157 if (req->f.mpool_alloc && nr_bvec > NVMET_MAX_MPOOL_BVEC) in nvmet_file_execute_io()
176 (nr_bvec - 1 == 0 || bv_cnt == NVMET_MAX_MPOOL_BVEC)) { in nvmet_file_execute_io()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dio-cmd-file.c131 if (req->f.mpool_alloc && nr_bvec > NVMET_MAX_MPOOL_BVEC) in nvmet_file_execute_io()
151 (nr_bvec - 1 == 0 || bv_cnt == NVMET_MAX_MPOOL_BVEC)) { in nvmet_file_execute_io()
H A Dnvmet.h398 #define NVMET_MAX_MPOOL_BVEC 16 macro
H A Dcore.c1654 NVMET_MAX_MPOOL_BVEC * sizeof(struct bio_vec), 0, in nvmet_init()

Completed in 5 milliseconds