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.c218 ifobj->use_poll = false; in __test_spec_init()
988 if (ifobj->use_poll) { in __receive_pkts()
1155 bool use_poll = ifobject->use_poll; in __send_pkts() local
1173 if (use_poll) { in __send_pkts()
1252 if (use_poll) { in __send_pkts()
2205 test->ifobj_tx->use_poll = true; in testapp_poll_txq_tmout()
2215 test->ifobj_rx->use_poll = true; in testapp_poll_rxq_tmout()
2349 test->ifobj_rx->use_poll = true; in testapp_poll_rx()
2355 test->ifobj_tx->use_poll = true; in testapp_poll_tx()
H A Dtest_xsk.h143 bool use_poll; member