Searched refs:busy_poll_string (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 276 ksft_test_result_pass("PASS: %s %s%s\n", mode_string(test), busy_poll_string(test), in run_pkt_test() 280 ksft_test_result_skip("SKIP: %s %s%s\n", mode_string(test), busy_poll_string(test), in run_pkt_test() 284 ksft_test_result_fail("FAIL: %s %s%s\n", mode_string(test), busy_poll_string(test), in run_pkt_test() 289 mode_string(test), busy_poll_string(test), test->name, ret); in run_pkt_test()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.h | 213 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" macro
|
| H A D | test_xsk.c | 2511 mode_string(test), busy_poll_string(test)); in testapp_adjust_tail()
|