Home
last modified time | relevance | path

Searched refs:skip_cnt (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dprog_tests_framework.c10 state->skip_cnt = 0; in clear_test_state()
25 if (!ASSERT_EQ(state->skip_cnt, 0, "skip_cnt_check")) in test_prog_tests_framework()
41 if (!ASSERT_EQ(state->skip_cnt, 2, "skip_cnt_check")) in test_prog_tests_framework()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c27 int skip_cnt; member
93 if (env.test->skip_cnt) { in skip_account()
94 env.skip_cnt++; in skip_account()
95 env.test->skip_cnt = 0; in skip_account()
203 env.test->skip_cnt++; in test__skip()
736 env.succ_cnt, env.sub_succ_cnt, env.skip_cnt, env.fail_cnt); in main()
747 if (env.succ_cnt + env.fail_cnt + env.skip_cnt == 0) in main()
H A Dtest_progs.h81 int skip_cnt; /* skipped tests */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c230 int skipped_cnt = test_state->skip_cnt; in print_test_result()
417 test_state->skip_cnt++; in test__end_subtest()
493 env.test_state->skip_cnt++; in test__skip()
1241 state->skip_cnt = msg.test_done.skip_cnt; in dispatch_thread()
1286 int succ_cnt = 0, fail_cnt = 0, sub_succ_cnt = 0, skip_cnt = 0; in calculate_summary_and_print_errors() local
1296 skip_cnt += state->skip_cnt; in calculate_summary_and_print_errors()
1314 jsonw_uint_field(w, "skipped", skip_cnt); in calculate_summary_and_print_errors()
1350 succ_cnt, sub_succ_cnt, skip_cnt, fail_cn in calculate_summary_and_print_errors()
[all...]
H A Dtest_progs.h86 int skip_cnt; member
122 int skip_cnt; /* skipped tests */ member
151 int skip_cnt; member
/kernel/linux/linux-5.10/include/net/
H A Dcipso_ipv4.h121 int cipso_v4_doi_walk(u32 *skip_cnt,
147 static inline int cipso_v4_doi_walk(u32 *skip_cnt, in cipso_v4_doi_walk() argument
H A Dnetlabel.h240 int (*doi_walk)(u32 *skip_cnt,
/kernel/linux/linux-6.6/include/net/
H A Dcipso_ipv4.h121 int cipso_v4_doi_walk(u32 *skip_cnt,
147 static inline int cipso_v4_doi_walk(u32 *skip_cnt, in cipso_v4_doi_walk() argument
H A Dnetlabel.h240 int (*doi_walk)(u32 *skip_cnt,
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_calipso.h114 int calipso_doi_walk(u32 *skip_cnt,
H A Dnetlabel_calipso.c489 * @skip_cnt: skip past this number of DOI definitions, updated
494 * Iterate over the DOI definition list, skipping the first @skip_cnt entries.
496 * 'walking' through the list and return. Updates the value in @skip_cnt upon
500 int calipso_doi_walk(u32 *skip_cnt, in calipso_doi_walk() argument
508 ret_val = ops->doi_walk(skip_cnt, callback, cb_arg); in calipso_doi_walk()
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_calipso.h114 int calipso_doi_walk(u32 *skip_cnt,
H A Dnetlabel_calipso.c490 * @skip_cnt: skip past this number of DOI definitions, updated
495 * Iterate over the DOI definition list, skipping the first @skip_cnt entries.
497 * 'walking' through the list and return. Updates the value in @skip_cnt upon
501 int calipso_doi_walk(u32 *skip_cnt, in calipso_doi_walk() argument
509 ret_val = ops->doi_walk(skip_cnt, callback, cb_arg); in calipso_doi_walk()
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_intel_pt.sh13 skip_cnt=0
649 skip_cnt=$((skip_cnt + 1))
/kernel/linux/linux-5.10/net/tipc/
H A Dudp_media.c450 u32 skip_cnt = cb->args[1]; in tipc_udp_nl_dump_remoteip() local
459 if (!bid && !skip_cnt) { in tipc_udp_nl_dump_remoteip()
506 if (i < skip_cnt) in tipc_udp_nl_dump_remoteip()
/kernel/linux/linux-5.10/net/ipv6/
H A Dcalipso.c516 * @skip_cnt: skip past this number of DOI definitions, updated
521 * Iterate over the DOI definition list, skipping the first @skip_cnt entries.
523 * 'walking' through the list and return. Updates the value in @skip_cnt upon
527 static int calipso_doi_walk(u32 *skip_cnt, in calipso_doi_walk() argument
539 if (doi_cnt++ < *skip_cnt) in calipso_doi_walk()
550 *skip_cnt = doi_cnt; in calipso_doi_walk()
/kernel/linux/linux-6.6/net/tipc/
H A Dudp_media.c458 u32 skip_cnt = cb->args[1]; in tipc_udp_nl_dump_remoteip() local
467 if (!bid && !skip_cnt) { in tipc_udp_nl_dump_remoteip()
514 if (i < skip_cnt) in tipc_udp_nl_dump_remoteip()
/kernel/linux/linux-6.6/net/ipv6/
H A Dcalipso.c516 * @skip_cnt: skip past this number of DOI definitions, updated
521 * Iterate over the DOI definition list, skipping the first @skip_cnt entries.
523 * 'walking' through the list and return. Updates the value in @skip_cnt upon
527 static int calipso_doi_walk(u32 *skip_cnt, in calipso_doi_walk() argument
539 if (doi_cnt++ < *skip_cnt) in calipso_doi_walk()
550 *skip_cnt = doi_cnt; in calipso_doi_walk()
/kernel/linux/linux-5.10/net/ipv4/
H A Dcipso_ipv4.c591 * @skip_cnt: skip past this number of DOI definitions, updated
596 * Iterate over the DOI definition list, skipping the first @skip_cnt entries.
598 * 'walking' through the list and return. Updates the value in @skip_cnt upon
602 int cipso_v4_doi_walk(u32 *skip_cnt, in cipso_v4_doi_walk() argument
613 if (doi_cnt++ < *skip_cnt) in cipso_v4_doi_walk()
624 *skip_cnt = doi_cnt; in cipso_v4_doi_walk()
/kernel/linux/linux-6.6/net/ipv4/
H A Dcipso_ipv4.c590 * @skip_cnt: skip past this number of DOI definitions, updated
595 * Iterate over the DOI definition list, skipping the first @skip_cnt entries.
597 * 'walking' through the list and return. Updates the value in @skip_cnt upon
601 int cipso_v4_doi_walk(u32 *skip_cnt, in cipso_v4_doi_walk() argument
612 if (doi_cnt++ < *skip_cnt) in cipso_v4_doi_walk()
623 *skip_cnt = doi_cnt; in cipso_v4_doi_walk()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2132 __le32 skip_cnt; member
2246 __le32 skip_cnt; member
2261 __le16 skip_cnt; member
2285 __le16 skip_cnt; member
H A Dcoex.c6987 if (le32_to_cpu(pcysta_le32->skip_cnt)) { in _show_fbtc_cysta_v2()
6989 le32_to_cpu(pcysta_le32->skip_cnt)); in _show_fbtc_cysta_v2()
7112 if (le32_to_cpu(pcysta->skip_cnt)) in _show_fbtc_cysta_v3()
7113 seq_printf(m, ", skip:%d", le32_to_cpu(pcysta->skip_cnt)); in _show_fbtc_cysta_v3()
7243 if (le16_to_cpu(pcysta->skip_cnt)) in _show_fbtc_cysta_v4()
7245 le16_to_cpu(pcysta->skip_cnt)); in _show_fbtc_cysta_v4()
7375 if (le16_to_cpu(pcysta->skip_cnt)) in _show_fbtc_cysta_v5()
7377 le16_to_cpu(pcysta->skip_cnt)); in _show_fbtc_cysta_v5()

Completed in 46 milliseconds