Searched refs:now_serving (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Dspinlock.h155 " andi %[now_serving], %[ticket], 0xffff \n" arch_spin_trylock()
156 " bne %[my_ticket], %[now_serving], 3f \n" arch_spin_trylock()
170 [now_serving] "=&r" (tmp3) arch_spin_trylock()
179 " andi %[now_serving], %[ticket], 0xffff \n" arch_spin_trylock()
180 " bne %[my_ticket], %[now_serving], 3f \n" arch_spin_trylock()
194 [now_serving] "=&r" (tmp3) arch_spin_trylock()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-cmd-queue.h130 uint8_t now_serving; member in struct:__anon1934
257 /* Load the current now_serving ticket */ __cvmx_cmd_queue_lock()
258 "lbu %[ticket], %[now_serving]\n" __cvmx_cmd_queue_lock()
260 /* Jump out if now_serving == my_ticket */ __cvmx_cmd_queue_lock()
274 /* Load the current now_serving ticket */ __cvmx_cmd_queue_lock()
275 " lbu %[ticket], %[now_serving]\n" __cvmx_cmd_queue_lock()
279 [now_serving] "=m"(qptr->now_serving), [ticket] "=r"(tmp), __cvmx_cmd_queue_lock()
291 qptr->now_serving++; __cvmx_cmd_queue_unlock()
/linux-4.1.27/arch/ia64/include/asm/
H A Dspinlock.h28 * overflowing into the now_serving number.
32 * | now_serving | padding | next_ticket |

Completed in 149 milliseconds