Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dxskxceiver.c489 ifobj->use_poll = false; in __test_spec_init()
936 if (ifobj->use_poll) { in receive_pkts()
1008 bool use_poll = ifobject->use_poll; in __send_pkts() local
1012 if (use_poll) { in __send_pkts()
1060 if (use_poll) { in __send_pkts()
1770 test->ifobj_rx->use_poll = true; in run_pkt_test()
1775 test->ifobj_tx->use_poll = true; in run_pkt_test()
1781 test->ifobj_tx->use_poll = true; in run_pkt_test()
1790 test->ifobj_rx->use_poll = true; in run_pkt_test()
Dxskxceiver.h153 bool use_poll; member