Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/benchs/
Dbench_local_storage_create.c22 static int batch_sz = 32; variable
48 batch_sz = ret; in parse_arg()
120 t->fds = malloc(batch_sz * sizeof(*t->fds)); in setup()
126 t->pthds = malloc(batch_sz * sizeof(*t->pthds)); in setup()
131 t->pthd_results = malloc(batch_sz * sizeof(*t->pthd_results)); in setup()
153 for (i = 0; i < batch_sz; i++) { in sk_producer()
159 for (i = 0; i < batch_sz; i++) { in sk_producer()
181 for (i = 0; i < batch_sz; i++) { in task_producer()
187 for (i = 0; i < batch_sz; i++) { in task_producer()
/linux-6.6.21/net/bpf/
Dtest_run.c285 int err = 0, act, ret, i, nframes = 0, batch_sz; in xdp_test_run_batch() local
293 batch_sz = min_t(u32, repeat, xdp->batch_size); in xdp_test_run_batch()
298 for (i = 0; i < batch_sz; i++) { in xdp_test_run_batch()