Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c101 static int timelimit_exit = 0; /* Time limit hit in previous call? */ in activeExpireCycle() local
117 if (!timelimit_exit) return; in activeExpireCycle()
129 if (dbs_per_call > server.dbnum || timelimit_exit) in activeExpireCycle()
137 timelimit_exit = 0; in activeExpireCycle()
149 for (j = 0; j < dbs_per_call && timelimit_exit == 0; j++) { in activeExpireCycle()
222 timelimit_exit = 1; in activeExpireCycle()