Home
last modified time | relevance | path

Searched refs:numa_node_id (Results 1 – 3 of 3) sorted by relevance

/net/openvswitch/
Dflow.c98 numa_node_id()); in ovs_flow_stats_update()
/net/core/
Ddev.c2632 int i, j, tci, numa_node_id = -2; in __netif_set_xps_queue() local
2730 if (numa_node_id == -2) in __netif_set_xps_queue()
2731 numa_node_id = cpu_to_node(j); in __netif_set_xps_queue()
2732 else if (numa_node_id != cpu_to_node(j)) in __netif_set_xps_queue()
2733 numa_node_id = -1; in __netif_set_xps_queue()
2779 (numa_node_id >= 0) ? in __netif_set_xps_queue()
2780 numa_node_id : NUMA_NO_NODE); in __netif_set_xps_queue()
Dpktgen.c2643 int node = numa_node_id(); in pktgen_finalize_skb()
2701 int node = pkt_dev->node >= 0 ? pkt_dev->node : numa_node_id(); in pktgen_alloc_skb()