Searched refs:approx_run (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/utils/hashtable/ |
| H A D | rehashing.c | 71 void stressGetKeys(dict *d, int times, int *perfect_run, int *approx_run) { in stressGetKeys() argument 91 (*approx_run)++; in stressGetKeys() 122 int perfect_run = 0, approx_run = 0; in main() local 126 stressGetKeys(d,100,&perfect_run,&approx_run); in main() 132 stressGetKeys(d,100,&perfect_run,&approx_run); in main() 136 perfect_run, approx_run); in main()
|