Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.c1124 run_with_period(100) { in serverCron()
1150 run_with_period(100) { in serverCron()
1187 run_with_period(5000) { in serverCron()
1203 run_with_period(5000) { in serverCron()
1312 run_with_period(1000) { in serverCron()
1325 run_with_period(1000) replicationCron(); in serverCron()
1328 run_with_period(100) { in serverCron()
1336 run_with_period(1000) { in serverCron()
H A Ddefrag.c1047 run_with_period(1000) { in activeDefragCycle()
H A Dserver.h453 #define run_with_period(_ms_) if ((_ms_ <= 1000/server.hz) || !(server.cronloops%((_ms_)/(1000/serv… macro