Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_u32.c34 for (testind = 0; testind < data->ntests; ++testind) { in u32_match_it()
105 if (data->ntests > ARRAY_SIZE(data->tests)) in u32_mt_checkentry()
108 for (i = 0; i < data->ntests; ++i) { in u32_mt_checkentry()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_u32.h39 __u8 ntests; member
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c689 int ntests = ARRAY_SIZE(test_cases); in run_masked_events_tests() local
692 for (i = 0; i < ntests; i++) { in run_masked_events_tests()
/openbmc/linux/lib/
H A Dtest_bpf.c15046 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests() local
15051 progs = kzalloc(struct_size(progs, ptrs, ntests + 1), GFP_KERNEL); in prepare_tail_call_tests()
15056 for (which = 0; which < ntests; which++) { in prepare_tail_call_tests()
15099 insn->imm = ntests; in prepare_tail_call_tests()
15101 insn->imm = ntests + 1; in prepare_tail_call_tests()
15148 progs->map.max_entries = ntests + 1; in prepare_tail_call_tests()