Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c251 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) { in vhost_flush_enqueue_batch_packed()
258 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in vhost_flush_enqueue_batch_packed()
1286 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in virtio_dev_rx_batch_packed()
1294 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in virtio_dev_rx_batch_packed()
1315 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in virtio_dev_rx_batch_packed()
1326 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in virtio_dev_rx_batch_packed()
1330 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in virtio_dev_rx_batch_packed()
2256 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in vhost_reserve_avail_batch_packed()
2278 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in vhost_reserve_avail_batch_packed()
2324 vhost_for_each_try_unroll(i, 0, PACKED_BATCH_SIZE) in virtio_dev_tx_batch_packed()
[all …]
H A Dvhost.h65 #define vhost_for_each_try_unroll(iter, val, size) _Pragma("GCC unroll 4") \ macro
70 #define vhost_for_each_try_unroll(iter, val, size) _Pragma("unroll 4") \ macro
75 #define vhost_for_each_try_unroll(iter, val, size) _Pragma("unroll (4)") \ macro
79 #ifndef vhost_for_each_try_unroll
80 #define vhost_for_each_try_unroll(iter, val, num) \ macro