Lines Matching refs:current_state
568 int current_state; member
604 if (d->current_state == 0) { in lo_probe_possible_loctls()
607 } else if (d->current_state % 2 == 0) { in lo_probe_possible_loctls()
608 begin = d->current_state - 1; in lo_probe_possible_loctls()
609 end = d->current_state + 1; in lo_probe_possible_loctls()
611 begin = d->current_state - 2; in lo_probe_possible_loctls()
612 end = d->current_state + 2; in lo_probe_possible_loctls()
621 d->current_state = i; in lo_probe_possible_loctls()
651 d->current_state = i; in lo_probe_possible_loctls()
693 d.current_state = 0; in lo_probe_loctls_statemachine()
696 (d.current_state >= 0 in lo_probe_loctls_statemachine()
697 && d.current_state <= 8)); in lo_probe_loctls_statemachine()