Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Devict.c318 double baseval = counter - LFU_INIT_VAL; in LFULogIncr()
H A Dobject.c51 o->lru = (LFUGetTimeInMinutes()<<8) | LFU_INIT_VAL; in createObject()
93 o->lru = (LFUGetTimeInMinutes()<<8) | LFU_INIT_VAL; in createEmbeddedStringObject()
H A Dserver.h1925 #define LFU_INIT_VAL 5 macro