Home
last modified time | relevance | path

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

/spdk/test/app/fuzz/vhost_fuzz/
H A Dvhost_fuzz.c45 #define FUZZ_QUEUE_DEPTH 128 macro
262 assert(sizeof(*dev_ctx->io_ctx_array) <= UINT64_MAX / FUZZ_QUEUE_DEPTH); in fuzz_vhost_dev_init()
263 dev_ctx->io_ctx_array = spdk_malloc(sizeof(*dev_ctx->io_ctx_array) * FUZZ_QUEUE_DEPTH, 0x0, NULL, in fuzz_vhost_dev_init()
270 for (i = 0; i < FUZZ_QUEUE_DEPTH; i++) { in fuzz_vhost_dev_init()
891 struct fuzz_vhost_io_ctx *io_ctx[FUZZ_QUEUE_DEPTH]; in poll_dev()
895 uint32_t len[FUZZ_QUEUE_DEPTH]; in poll_dev()
908 num_cpl = virtio_recv_pkts(vq, (void **)io_ctx, len, FUZZ_QUEUE_DEPTH); in poll_dev()