Home
last modified time | relevance | path

Searched refs:MC_HASH_SEGS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_table.c43 #define MC_HASH_SEGS ((sizeof(uint32_t) * 8) / MC_HASH_SHIFT) macro
782 * This is per cpu cache and is divided in MC_HASH_SEGS segments.
820 for (seg = 0; seg < MC_HASH_SEGS; seg++) { in ovs_flow_tbl_lookup_stats()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.c43 #define MC_HASH_SEGS ((sizeof(uint32_t) * 8) / MC_HASH_SHIFT) macro
783 * This is per cpu cache and is divided in MC_HASH_SEGS segments.
821 for (seg = 0; seg < MC_HASH_SEGS; seg++) { in ovs_flow_tbl_lookup_stats()

Completed in 4 milliseconds