TICKET_LOCK_INC    84 arch/x86/include/asm/spinlock.h 	register struct __raw_tickets inc = { .tail = TICKET_LOCK_INC };
TICKET_LOCK_INC   112 arch/x86/include/asm/spinlock.h 	new.head_tail = old.head_tail + (TICKET_LOCK_INC << TICKET_SHIFT);
TICKET_LOCK_INC   126 arch/x86/include/asm/spinlock.h 	old.tickets.head += TICKET_LOCK_INC;
TICKET_LOCK_INC   153 arch/x86/include/asm/spinlock.h 		add_smp(&lock->tickets.head, TICKET_LOCK_INC);
TICKET_LOCK_INC   160 arch/x86/include/asm/spinlock.h 		__add(&lock->tickets.head, TICKET_LOCK_INC, UNLOCK_LOCK_PREFIX);
TICKET_LOCK_INC   174 arch/x86/include/asm/spinlock.h 	return (__ticket_t)(tmp.tail - tmp.head) > TICKET_LOCK_INC;