Lines Matching defs:ratov_j
1226 uint32_t ratov_j;
1272 ratov_j = ha->r_a_tov/10 * 4 * 1000;
1273 ratov_j = msecs_to_jiffies(ratov_j);
1276 if (!wait_for_completion_timeout(&comp, ratov_j)) {
1675 uint32_t ratov_j;
1699 ratov_j = ha->r_a_tov/10 * 4 * 1000;
1700 ratov_j = msecs_to_jiffies(ratov_j);
1703 if (wait_for_completion_timeout(&comp, ratov_j)) {