Searched refs:LH_LOAD_MULT (Results 1 – 3 of 3) sorted by relevance
107 #define UP_LOAD (2*LH_LOAD_MULT) /* load times 256 (default 2) */108 #define DOWN_LOAD (LH_LOAD_MULT) /* load times 256 (default 1) */186 if (lh->up_load <= (lh->num_items*LH_LOAD_MULT/lh->num_nodes)) in lh_insert()242 (lh->down_load >= (lh->num_items*LH_LOAD_MULT/lh->num_nodes))) in lh_delete()
169 #define LH_LOAD_MULT 256 macro