Lines Matching defs:ratov_j
1258 uint32_t ratov_j;
1306 ratov_j = ha->r_a_tov/10 * 4 * 1000;
1307 ratov_j = msecs_to_jiffies(ratov_j);
1310 if (!wait_for_completion_timeout(&comp, ratov_j)) {
1797 uint32_t ratov_j;
1821 ratov_j = ha->r_a_tov/10 * 4 * 1000;
1822 ratov_j = msecs_to_jiffies(ratov_j);
1825 if (wait_for_completion_timeout(&comp, ratov_j)) {