Lines Matching defs:they
105 unsigned int they;
131 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) {
132 if (me == they)
139 their_bakery_info = get_bakery_info(they, lock);
167 unsigned int they, me;
184 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) {
185 if (me == they)
192 their_bakery_info = get_bakery_info(they, lock);
202 * If the other party is a contender, they'll have non-zero
203 * (valid) ticket value. If they do, compare priorities
206 if (their_ticket && (bakery_get_priority(their_ticket, they) < my_prio)) {