Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Devict.c90 unsigned long long estimateObjectIdleTime(robj *o) { in estimateObjectIdleTime() function
188 idle = estimateObjectIdleTime(o); in evictionPoolPopulate()
H A Dobject.c1277 addReplyLongLong(c,estimateObjectIdleTime(o)/1000); in objectCommand()
H A Ddebug.c437 val->lru, estimateObjectIdleTime(val)/1000, extra); in debugCommand()
H A Dserver.h1573 unsigned long long estimateObjectIdleTime(robj *o);
H A Drdb.c1020 uint64_t idletime = estimateObjectIdleTime(val); in rdbSaveKeyValuePair()