Searched refs:start_bit_idx (Results 1 – 3 of 3) sorted by relevance
187 int start_byte_idx,start_bit_idx,cur_byte_idx, cur_bit_idx,NOW_byte_idx ; in GoodChannelDecision() local297 start_bit_idx=0; in GoodChannelDecision()301 cur_bit_idx = start_bit_idx; in GoodChannelDecision()313 cur_bit_idx = start_bit_idx; in GoodChannelDecision()321 start_bit_idx = start_bit_idx + Smooth_Step_Size; in GoodChannelDecision()322 while ( (start_bit_idx) > 7 ) in GoodChannelDecision()324 start_byte_idx= start_byte_idx+start_bit_idx/8; in GoodChannelDecision()325 start_bit_idx = start_bit_idx%8; in GoodChannelDecision()
169 int start_word_idx, start_bit_idx; in evtchn_2l_handle_events() local193 start_bit_idx = __this_cpu_read(current_bit_idx); in evtchn_2l_handle_events()228 bit_idx = start_bit_idx; in evtchn_2l_handle_events()