Searched refs:alt_start (Results 1 – 3 of 3) sorted by relevance
194 .macro alt_entry orig_start, orig_end, alt_start, alt_end, feature196 .long \alt_start - .200 .org . - ( \orig_end - \orig_start ) + ( \alt_end - \alt_start )201 .org . - ( \alt_end - \alt_start ) + ( \orig_end - \orig_start )
33964 unsigned long r_start, r_end, alt_start; in rcu_reader_fwd() local33973 alt_start = test->index[index + reader->flip]; in rcu_reader_fwd()33975 if (mas.index == alt_start) { in rcu_reader_fwd()33989 alt_start = test->index[index + reader->next]; in rcu_reader_fwd()33993 } else if (mas.index == alt_start) { in rcu_reader_fwd()34097 unsigned long r_start, r_end, alt_start; in rcu_reader_rev() local34107 alt_start = test->index[index + reader->mod]; in rcu_reader_rev()34108 if (mas.index == alt_start) { in rcu_reader_rev()34123 alt_start = test->index[index + reader->flip]; in rcu_reader_rev()34128 } else if (mas.index == alt_start) { in rcu_reader_rev()
6367 int alt_start; in niu_set_rx_mode() local6369 alt_start = 0; in niu_set_rx_mode()6371 alt_start = 1; in niu_set_rx_mode()6372 for (i = alt_start; i < niu_num_alt_addr(np); i++) { in niu_set_rx_mode()