Searched refs:MAXMEMORY_FLAG_LFU (Results 1 – 5 of 5) sorted by relevance
189 } else if (server.maxmemory_policy & MAXMEMORY_FLAG_LFU) { in evictionPoolPopulate()478 if (server.maxmemory_policy & (MAXMEMORY_FLAG_LRU|MAXMEMORY_FLAG_LFU) || in freeMemoryIfNeeded()
50 if (server.maxmemory_policy & MAXMEMORY_FLAG_LFU) { in createObject()92 if (server.maxmemory_policy & MAXMEMORY_FLAG_LFU) { in createEmbeddedStringObject()1207 if (server.maxmemory_policy & MAXMEMORY_FLAG_LFU) { in objectSetLRUOrLFU()1273 if (server.maxmemory_policy & MAXMEMORY_FLAG_LFU) { in objectCommand()1281 if (!(server.maxmemory_policy & MAXMEMORY_FLAG_LFU)) { in objectCommand()
384 #define MAXMEMORY_FLAG_LFU (1<<1) macro387 (MAXMEMORY_FLAG_LRU|MAXMEMORY_FLAG_LFU)390 #define MAXMEMORY_VOLATILE_LFU ((1<<8)|MAXMEMORY_FLAG_LFU)394 #define MAXMEMORY_ALLKEYS_LFU ((5<<8)|MAXMEMORY_FLAG_LFU|MAXMEMORY_FLAG_ALLKEYS)
67 if (server.maxmemory_policy & MAXMEMORY_FLAG_LFU) { in lookupKey()195 if (server.maxmemory_policy & MAXMEMORY_FLAG_LFU) { in dbOverwrite()
1010 int savelfu = server.maxmemory_policy & MAXMEMORY_FLAG_LFU; in rdbSaveKeyValuePair()