Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c237 ifobj->use_poll = false; in __test_spec_init()
1007 if (ifobj->use_poll) { in __receive_pkts()
1174 bool use_poll = ifobject->use_poll; in __send_pkts() local
1192 if (use_poll) { in __send_pkts()
1271 if (use_poll) { in __send_pkts()
2222 test->ifobj_tx->use_poll = true; in testapp_poll_txq_tmout()
2232 test->ifobj_rx->use_poll = true; in testapp_poll_rxq_tmout()
2370 test->ifobj_rx->use_poll = true; in testapp_poll_rx()
2376 test->ifobj_tx->use_poll = true; in testapp_poll_tx()
/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h149 bool use_poll; global() member