Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/netfilter/
A Dxt_u32.h39 __u8 ntests; member
/linux-6.3-rc2/net/netfilter/
A Dxt_u32.c34 for (testind = 0; testind < data->ntests; ++testind) { in u32_match_it()
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dpmu_event_filter_test.c679 int ntests = ARRAY_SIZE(test_cases); in run_masked_events_tests() local
683 for (i = 0; i < ntests; i++) { in run_masked_events_tests()
/linux-6.3-rc2/lib/
A Dtest_bpf.c15054 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests() local
15059 progs = kzalloc(sizeof(*progs) + (ntests + 1) * sizeof(progs->ptrs[0]), in prepare_tail_call_tests()
15065 for (which = 0; which < ntests; which++) { in prepare_tail_call_tests()
15108 insn->imm = ntests; in prepare_tail_call_tests()
15110 insn->imm = ntests + 1; in prepare_tail_call_tests()
15157 progs->map.max_entries = ntests + 1; in prepare_tail_call_tests()

Completed in 21 milliseconds