Searched refs:g_raid_idle_threshold (Results 1 – 1 of 1) sorted by relevance
85 static u_int g_raid_idle_threshold = 1000000; variable87 &g_raid_idle_threshold, 1000000,1529 timeout = g_raid_idle_threshold + in g_raid_worker()1564 t.tv_sec = g_raid_idle_threshold / 1000000; in g_raid_worker()1565 t.tv_usec = g_raid_idle_threshold % 1000000; in g_raid_worker()