Searched defs:hmap_node (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 182 struct hmap_node hmap_node; /* In struct tc's "queues" hmap. */ member in struct:tc_queue 383 HMAP_FOR_EACH_IN_BUCKET(queue, hmap_node, hash, &netdev->tc->queues) { 1849 HMAP_FOR_EACH(queue, hmap_node, &netdev->tc->queues) { 2652 HMAP_FOR_EACH_SAFE(hc, next, tc_queue.hmap_node, &htb->tc.queues) { 2653 hmap_remove(&htb->tc.queues, &hc->tc_queue.hmap_node); 2748 hmap_insert(&htb->tc.queues, &queue->hmap_node, hash); 2787 hmap_remove(&htb->tc.queues, &hc->tc_queue.hmap_node);
|
Completed in 23 milliseconds