Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Diotlb.c31 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_pending_remove_all() local
35 TAILQ_FOREACH_SAFE(node, &vq->iotlb_pending_list, next, temp_node) { in vhost_user_iotlb_pending_remove_all()
99 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_pending_remove() local
103 TAILQ_FOREACH_SAFE(node, &vq->iotlb_pending_list, next, temp_node) { in vhost_user_iotlb_pending_remove()
120 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_cache_remove_all() local
124 TAILQ_FOREACH_SAFE(node, &vq->iotlb_list, next, temp_node) { in vhost_user_iotlb_cache_remove_all()
137 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_cache_random_evict() local
144 TAILQ_FOREACH_SAFE(node, &vq->iotlb_list, next, temp_node) { in vhost_user_iotlb_cache_random_evict()
214 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_cache_remove() local
221 TAILQ_FOREACH_SAFE(node, &vq->iotlb_list, next, temp_node) { in vhost_user_iotlb_cache_remove()
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c876 avl_node_t *temp_node; in avl_swap() local
883 temp_node = tree1->avl_root; in avl_swap()
887 tree2->avl_root = temp_node; in avl_swap()