Searched refs:cmpxchg_rel (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/ia64/include/asm/ |
D | rwsem.h | 89 } while (cmpxchg_rel(&sem->count, old, new) != old); in __up_write() 132 } while (cmpxchg_rel(&sem->count, old, new) != old); in __downgrade_write()
|
D | cmpxchg.h | 118 #define cmpxchg_rel(ptr, o, n) \ macro
|
D | bitops.h | 121 } while (cmpxchg_rel(m, old, new) != old); in clear_bit_unlock()
|
/linux-3.4.99/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 2059 if (cmpxchg_rel(&ch_sn2->local_GP->put, initial_put, put) != in xpc_send_msgs_sn2() 2293 if (cmpxchg_rel(&ch_sn2->local_GP->get, initial_get, get) != in xpc_acknowledge_msgs_sn2()
|