Searched refs:OP_BATCH (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | htab_mem_bench.c | 10 #define OP_BATCH 64 macro 62 bpf_loop(OP_BATCH, overwrite_htab, &update, 0); in overwrite() 74 bpf_loop(OP_BATCH, overwrite_htab, &update, 0); in batch_add_batch_del() 77 bpf_loop(OP_BATCH, del_htab, &update, 0); in batch_add_batch_del() 90 bpf_loop(OP_BATCH, newwrite_htab, &update, 0); in add_only() 102 bpf_loop(OP_BATCH, del_htab, &update, 0); in del_only()
|