Searched refs:HASHTABLE_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/net/ | ||
H A D | colo.h | 23 #define HASHTABLE_MAX_SIZE 16384 macro |
H A D | colo.c | 228 if (g_hash_table_size(connection_track_table) > HASHTABLE_MAX_SIZE) { in connection_get() |