Searched refs:sync_refresh_period (Results 1 – 2 of 2) sorted by relevance
232 When sync_period and sync_refresh_period are 0, send sync only235 sync_refresh_period - UNSIGNED INTEGER245 sync_refresh_period/8.250 Defines sync retries with period of sync_refresh_period/8. Useful
453 * - (1) sync_refresh_period: reduce sync rate. Additionally, retry454 * sync_retries times with period of sync_refresh_period/8455 * - (2) if both sync_refresh_period and sync_period are 0 send sync only457 * - (3) templates: rate can be reduced only with sync_refresh_period or466 unsigned int sync_refresh_period; in ip_vs_sync_conn_needed() local 502 sync_refresh_period = sysctl_sync_refresh_period(ipvs); in ip_vs_sync_conn_needed() 503 if (sync_refresh_period > 0) { in ip_vs_sync_conn_needed() 507 /* Avoid sync if difference is below sync_refresh_period in ip_vs_sync_conn_needed() 510 if (abs(diff) < min_t(long, sync_refresh_period, min_diff)) { in ip_vs_sync_conn_needed() 516 (sync_refresh_period >> in ip_vs_sync_conn_needed() [all...]