Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Devict.c78 unsigned int LRU_CLOCK(void) { in LRU_CLOCK() function
91 unsigned long long lruclock = LRU_CLOCK(); in estimateObjectIdleTime()
H A Dobject.c53 o->lru = LRU_CLOCK(); in createObject()
95 o->lru = LRU_CLOCK(); in createEmbeddedStringObject()
H A Ddb.c70 val->lru = LRU_CLOCK(); in lookupKey()
H A Dserver.h1747 unsigned int LRU_CLOCK(void);
H A Drdb.c1875 long long lru_clock = LRU_CLOCK(); in rdbLoadRio()
H A Dcluster.c4877 lru_clock = LRU_CLOCK(); in restoreCommand()