Home
last modified time | relevance | path

Searched refs:perfect_run (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/utils/hashtable/
H A Drehashing.c71 void stressGetKeys(dict *d, int times, int *perfect_run, int *approx_run) { in stressGetKeys() argument
89 (*perfect_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()