Lines Matching refs:id

56 	unsigned int id;  member
34331 unsigned int id, struct rcu_test_struct2 *test) in rcu_reader_setup() argument
34333 reader->id = id; in rcu_reader_setup()
34335 reader->mod = reader->id % 10; in rcu_reader_setup()
34347 unsigned long index = reader->id; in rcu_reader_fwd()
34457 unsigned long index = reader->id; in rcu_reader_rev()
34604 start = test->index[this->id + this->mod]; in rcu_stress_rev()
34605 end = test->last[this->id + this->mod]; in rcu_stress_rev()
34607 xa_mk_value(this->id + this->mod * 2 + in rcu_stress_rev()
34614 start = test->index[this->id + this->flip]; in rcu_stress_rev()
34615 end = test->last[this->id + this->flip]; in rcu_stress_rev()
34618 this->id + this->flip + in rcu_stress_rev()
34625 start = test->index[this->id + this->del]; in rcu_stress_rev()
34626 end = test->last[this->id + this->del]; in rcu_stress_rev()
34632 start = test->index[this->id + this->add]; in rcu_stress_rev()
34633 end = test->last[this->id + this->add]; in rcu_stress_rev()
34661 start = test->index[this->id + this->mod]; in rcu_stress_fwd()
34662 end = test->last[this->id + this->mod]; in rcu_stress_fwd()
34664 xa_mk_value(this->id + this->mod * 2 + in rcu_stress_fwd()
34671 start = test->index[this->id + this->flip]; in rcu_stress_fwd()
34672 end = test->last[this->id + this->flip]; in rcu_stress_fwd()
34675 this->id + this->flip + in rcu_stress_fwd()
34682 start = test->index[this->id + this->del]; in rcu_stress_fwd()
34683 end = test->last[this->id + this->del]; in rcu_stress_fwd()
34689 start = test->index[this->id + this->add]; in rcu_stress_fwd()
34690 end = test->last[this->id + this->add]; in rcu_stress_fwd()
34746 unsigned long id; in rcu_stress() local
34748 id = i / 2 * 10; in rcu_stress()
34754 rcu_reader_setup(&test_reader[i], id, &test); in rcu_stress()
34764 int add = this->id + this->add; in rcu_stress()