Home
last modified time | relevance | path

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

/freebsd/sys/geom/mirror/
H A Dg_mirror.c79 static u_int g_mirror_sync_period = 5; variable
81 &g_mirror_sync_period, 0,
1494 if (g_mirror_sync_period > 0 && in g_mirror_sync_request()
1495 time_uptime - sync->ds_update_ts > g_mirror_sync_period) { in g_mirror_sync_request()