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 )
33963 unsigned long r_start, r_end, alt_start; in rcu_reader_fwd() local33972 alt_start = test->index[index + reader->flip]; in rcu_reader_fwd()33974 if (mas.index == alt_start) { in rcu_reader_fwd()33988 alt_start = test->index[index + reader->next]; in rcu_reader_fwd()33992 } else if (mas.index == alt_start) { in rcu_reader_fwd()34076 unsigned long r_start, r_end, alt_start; in rcu_reader_rev() local34086 alt_start = test->index[index + reader->mod]; in rcu_reader_rev()34087 if (mas.index == alt_start) { in rcu_reader_rev()34102 alt_start = test->index[index + reader->flip]; in rcu_reader_rev()34107 } 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()