Lines Matching defs:they
47 unsigned int they;
64 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) {
65 their_ticket = bakery_ticket_number(bakery->lock_data[they]);
94 unsigned int they, me;
110 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) {
111 if (me == they)
116 their_bakery_data = bakery->lock_data[they];
120 * If the other party is a contender, they'll have non-zero
121 * (valid) ticket value. If they do, compare priorities
125 (bakery_get_priority(their_ticket, they) < my_prio)) {
135 bakery_ticket_number(bakery->lock_data[they]));