| 1105 | } |
| 1106 | |
| 1107 | static __rte_always_inline void |
| 1108 | async_iter_finalize(struct vhost_async *async) |
| 1109 | { |
| 1110 | async->iter_idx++; |
| 1111 | } |
| 1112 | |
| 1113 | static __rte_always_inline void |
| 1114 | async_iter_cancel(struct vhost_async *async) |
no outgoing calls
no test coverage detected