Searched refs:timelimit (Results 1 – 3 of 3) sorted by relevance
106 long long start = ustime(), timelimit, elapsed; in activeExpireCycle() local136 timelimit = 1000000*ACTIVE_EXPIRE_CYCLE_SLOW_TIME_PERC/server.hz/100; in activeExpireCycle()138 if (timelimit <= 0) timelimit = 1; in activeExpireCycle()141 timelimit = ACTIVE_EXPIRE_CYCLE_FAST_DURATION; /* in microseconds. */ in activeExpireCycle()221 if (elapsed > timelimit) { in activeExpireCycle()
1038 long long start, timelimit, endtime; in activeDefragCycle() local1055 timelimit = 1000000*server.active_defrag_running/server.hz/100; in activeDefragCycle()1056 if (timelimit <= 0) timelimit = 1; in activeDefragCycle()1057 endtime = start + timelimit; in activeDefragCycle()
2424 mstime_t timelimit = server.lua_time_limit ? in luaLdbLineHook() local2426 if (elapsed >= timelimit) { in luaLdbLineHook()