/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | prog_tests_framework.c | 10 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 D | test_progs.c | 27 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 D | test_progs.h | 81 int skip_cnt; /* skipped tests */ member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 230 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 D | test_progs.h | 86 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 D | cipso_ipv4.h | 121 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 D | netlabel.h | 240 int (*doi_walk)(u32 *skip_cnt,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cipso_ipv4.h | 121 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 D | netlabel.h | 240 int (*doi_walk)(u32 *skip_cnt,
|
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_calipso.h | 114 int calipso_doi_walk(u32 *skip_cnt,
|
H A D | netlabel_calipso.c | 489 * @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 D | netlabel_calipso.h | 114 int calipso_doi_walk(u32 *skip_cnt,
|
H A D | netlabel_calipso.c | 490 * @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 D | test_intel_pt.sh | 13 skip_cnt=0 649 skip_cnt=$((skip_cnt + 1))
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | udp_media.c | 450 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 D | calipso.c | 516 * @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 D | udp_media.c | 458 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 D | calipso.c | 516 * @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 D | cipso_ipv4.c | 591 * @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 D | cipso_ipv4.c | 590 * @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 D | core.h | 2132 __le32 skip_cnt; member 2246 __le32 skip_cnt; member 2261 __le16 skip_cnt; member 2285 __le16 skip_cnt; member
|
H A D | coex.c | 6987 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()
|