Searched refs:temp_node (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | iotlb.c | 31 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_pending_remove_all() local 35 RTE_TAILQ_FOREACH_SAFE(node, &vq->iotlb_pending_list, next, temp_node) { in vhost_user_iotlb_pending_remove_all() 103 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_pending_remove() local 108 temp_node) { in vhost_user_iotlb_pending_remove() 125 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_cache_remove_all() local 129 RTE_TAILQ_FOREACH_SAFE(node, &vq->iotlb_list, next, temp_node) { in vhost_user_iotlb_cache_remove_all() 142 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_cache_random_evict() local 149 RTE_TAILQ_FOREACH_SAFE(node, &vq->iotlb_list, next, temp_node) { in vhost_user_iotlb_cache_random_evict() 224 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_cache_remove() local 231 RTE_TAILQ_FOREACH_SAFE(node, &vq->iotlb_list, next, temp_node) { in vhost_user_iotlb_cache_remove()
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_tm.c | 652 struct dpaa2_tm_node *temp_node; in dpaa2_tm_sort_and_configure() local 665 temp_node = nodes[i]; in dpaa2_tm_sort_and_configure() 667 nodes[i + 1] = temp_node; in dpaa2_tm_sort_and_configure()
|