Home
last modified time | relevance | path

Searched defs:lruclock (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Devict.c79 unsigned int lruclock; in LRU_CLOCK() local
91 unsigned long long lruclock = LRU_CLOCK(); in estimateObjectIdleTime() local
H A Dserver.c1143 unsigned long lruclock = getLRUClock(); in serverCron() local
1642 unsigned int lruclock = getLRUClock(); in initServerConfig() local
3160 unsigned int lruclock; in genRedisInfoString() local
H A Dserver.h947 unsigned int lruclock; /* Clock for LRU eviction */ member