Home | History | Annotate | Download | only in bakery

Lines Matching refs:they

46 	unsigned int they;
63 for (they = 0; they < BAKERY_LOCK_MAX_CPUS; they++) {
64 their_ticket = bakery_ticket_number(bakery->lock_data[they]);
93 unsigned int they, me;
109 for (they = 0; they < BAKERY_LOCK_MAX_CPUS; they++) {
110 if (me == they)
115 their_bakery_data = bakery->lock_data[they];
119 * If the other party is a contender, they'll have non-zero
120 * (valid) ticket value. If they do, compare priorities
123 if (their_ticket && (PRIORITY(their_ticket, they) < my_prio)) {
125 * They have higher priority (lower value). Wait for
133 bakery_ticket_number(bakery->lock_data[they]));