Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dxskxceiver.h148 bool use_poll; member
H A Dxskxceiver.c483 ifobj->use_poll = false; in __test_spec_init()
1140 if (ifobj->use_poll) { in __receive_pkts()
1303 bool use_poll = ifobject->use_poll; in __send_pkts() local
1321 if (use_poll) { in __send_pkts()
1400 if (use_poll) { in __send_pkts()
2252 test->ifobj_tx->use_poll = true; in testapp_poll_txq_tmout()
2261 test->ifobj_rx->use_poll = true; in testapp_poll_rxq_tmout()
2398 test->ifobj_rx->use_poll = true; in testapp_poll_rx()
2404 test->ifobj_tx->use_poll = true; in testapp_poll_tx()