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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dprog_tests_framework.c10 state->skip_cnt = 0;
25 if (!ASSERT_EQ(state->skip_cnt, 0, "skip_cnt_check"))
41 if (!ASSERT_EQ(state->skip_cnt, 2, "skip_cnt_check"))
/linux-master/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, argument
509 ret_val = ops->doi_walk(skip_cnt, callback, cb_arg);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c230 int skipped_cnt = test_state->skip_cnt;
417 test_state->skip_cnt++;
493 env.test_state->skip_cnt++;
1282 state->skip_cnt = msg.test_done.skip_cnt;
1327 int succ_cnt = 0, fail_cnt = 0, sub_succ_cnt = 0, skip_cnt = 0; local
1337 skip_cnt += state->skip_cnt;
1355 jsonw_uint_field(w, "skipped", skip_cnt);
1391 succ_cnt, sub_succ_cnt, skip_cnt, fail_cn
[all...]
H A Dtest_progs.h86 int skip_cnt; member in struct:test_state
122 int skip_cnt; /* skipped tests */ member in struct:test_env
151 int skip_cnt; member in struct:msg::__anon3468::__anon3470
/linux-master/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, argument
H A Dnetlabel.h239 int (*doi_walk)(u32 *skip_cnt,
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh14 skip_cnt=0
650 skip_cnt=$((skip_cnt + 1))
/linux-master/net/tipc/
H A Dudp_media.c458 u32 skip_cnt = cb->args[1]; local
467 if (!bid && !skip_cnt) {
514 if (i < skip_cnt)
/linux-master/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, argument
539 if (doi_cnt++ < *skip_cnt)
550 *skip_cnt = doi_cnt;
/linux-master/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, argument
612 if (doi_cnt++ < *skip_cnt)
623 *skip_cnt = doi_cnt;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c7498 if (le32_to_cpu(pcysta_le32->skip_cnt)) {
7500 le32_to_cpu(pcysta_le32->skip_cnt));
7623 if (le32_to_cpu(pcysta->skip_cnt))
7624 seq_printf(m, ", skip:%d", le32_to_cpu(pcysta->skip_cnt));
7754 if (le16_to_cpu(pcysta->skip_cnt))
7756 le16_to_cpu(pcysta->skip_cnt));
7886 if (le16_to_cpu(pcysta->skip_cnt))
7888 le16_to_cpu(pcysta->skip_cnt));
H A Dcore.h2284 __le32 skip_cnt; member in struct:rtw89_btc_fbtc_cysta_v2
2398 __le32 skip_cnt; member in struct:rtw89_btc_fbtc_cysta_v3
2413 __le16 skip_cnt; member in struct:rtw89_btc_fbtc_cysta_v4
2437 __le16 skip_cnt; member in struct:rtw89_btc_fbtc_cysta_v5

Completed in 318 milliseconds