Lines Matching refs:current_msc
934 CARD64 current_msc;
974 current_msc = vbl.reply.sequence;
977 * If divisor is zero, or current_msc is smaller than target_msc,
981 if (divisor == 0 || current_msc < target_msc) {
983 * current_msc to ensure we return a reasonable value back
988 if (current_msc >= target_msc)
989 target_msc = current_msc;
1013 vbl.request.sequence = current_msc - (current_msc % divisor) +
1022 if ((current_msc % divisor) >= remainder)
1133 CARD64 current_msc;
1185 current_msc = vbl.reply.sequence;
1203 * If divisor is zero, or current_msc is smaller than target_msc
1207 if (divisor == 0 || current_msc < *target_msc) {
1218 * current_msc to ensure we return a reasonable value back
1221 if (current_msc >= *target_msc)
1222 *target_msc = current_msc;
1250 vbl.request.sequence = current_msc - (current_msc % divisor) +
1255 * or equal to current_msc, it means we've passed the last point
1264 if (vbl.request.sequence <= current_msc)