Home
last modified time | relevance | path

Searched refs:ebusy_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c35 int ebusy_cnt = 0; variable
78 ebusy_cnt++; in BPF_PROG()
86 ebusy_cnt++; in BPF_PROG()
91 ebusy_cnt++; in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c210 ASSERT_EQ(dctcp_skel->bss->ebusy_cnt, 3, "ebusy_cnt"); in test_dctcp_fallback()