Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c390 ifobj->use_poll = false; in __test_spec_init()
997 if (ifobj->use_poll) { in receive_pkts()
1101 bool use_poll = ifobject->use_poll; in __send_pkts() local
1112 if (use_poll) { in __send_pkts()
1188 if (use_poll) { in __send_pkts()
1971 test->ifobj_tx->use_poll = true; in testapp_poll_txq_tmout()
1981 test->ifobj_rx->use_poll = true; in testapp_poll_rxq_tmout()
2139 test->ifobj_rx->use_poll = true; in run_pkt_test()
2144 test->ifobj_tx->use_poll = true; in run_pkt_test()
H A Dxskxceiver.h163 bool use_poll; member