Searched refs:timelimit_exit (Results 1 – 1 of 1) sorted by relevance
101 static int timelimit_exit = 0; /* Time limit hit in previous call? */ in activeExpireCycle() local117 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()