Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c52 static int cfg_nr_reqs = 8; variable
387 for (i = 0; i < cfg_nr_reqs; i++) { in do_tx()
415 if (ret != cfg_nr_reqs) in do_tx()
420 for (i = 0; i < cfg_nr_reqs; i++) { in do_tx()
533 cfg_nr_reqs = strtoul(optarg, NULL, 0); in parse_opts()