Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h149 bool use_poll; global() member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c213 ifobj->use_poll = false; in __test_spec_init()
1001 if (ifobj->use_poll) { in __receive_pkts()
1169 bool use_poll = ifobject->use_poll; in __send_pkts() local
1187 if (use_poll) { in __send_pkts()
1265 if (use_poll) { in __send_pkts()
2241 test->ifobj_tx->use_poll = true; in testapp_poll_txq_tmout()
2258 test->ifobj_rx->use_poll = true; in testapp_poll_rxq_tmout()
2397 test->ifobj_rx->use_poll = true; in testapp_poll_rx()
2403 test->ifobj_tx->use_poll = true; in testapp_poll_tx()
H A Dtest_xsk.h144 bool use_poll; member