Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Devict.c197 idle = 255-LFUDecrAndReturn(o); in evictionPoolPopulate()
335 unsigned long LFUDecrAndReturn(robj *o) { in LFUDecrAndReturn() function
H A Dobject.c1289 addReplyLongLong(c,LFUDecrAndReturn(o)); in objectCommand()
H A Ddb.c47 unsigned long counter = LFUDecrAndReturn(val); in updateLFU()
H A Dserver.h1928 unsigned long LFUDecrAndReturn(robj *o);
H A Drdb.c1029 buf[0] = LFUDecrAndReturn(val); in rdbSaveKeyValuePair()