Searched refs:LINEAR_PROBES (Results 1 – 2 of 2) sorted by relevance
48 #ifndef LINEAR_PROBES49 #define LINEAR_PROBES 9 macro68 probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0; in set_lookkey()125 probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0; in set_add_entry()194 if (i + LINEAR_PROBES <= mask) { in set_insert_clean()195 for (j = 0; j < LINEAR_PROBES; j++) { in set_insert_clean()
2024 LINEAR_PROBES to be any value. Set LINEAR_PROBES=0 to turn-off