Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Devict.c162 void evictionPoolPopulate(int dbid, dict *sampledict, dict *keydict, struct evictionPoolEntry *pool… in evictionPoolPopulate() argument
166 count = dictGetSomeKeys(sampledict,samples,server.maxmemory_samples); in evictionPoolPopulate()
180 if (sampledict != keydict) de = dictFind(keydict, key); in evictionPoolPopulate()