Home
last modified time | relevance | path

Searched refs:cmpxchg (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dnetpoll.h76 while (cmpxchg(&napi->poll_owner, -1, owner) != -1) in netpoll_poll_lock()
Dbitops.h317 } while (cmpxchg(ptr, old__, new__) != old__); \
333 cmpxchg(ptr, old__, new__) != old__); \
Dskmsg.h481 if (cmpxchg(pprog, old, prog) != old) in psock_replace_prog()
Dkvm_host.h525 return cmpxchg(&vcpu->mode, IN_GUEST_MODE, EXITING_GUEST_MODE); in kvm_vcpu_exiting_guest_mode()
Dnetdevice.h557 } while (cmpxchg(&n->state, val, new) != val); in napi_if_scheduled_mark_missed()
/include/asm-generic/
Dmshyperv.h123 if (cmpxchg(&msg->header.message_type, old_msg_type, in vmbus_signal_eom()
/include/linux/atomic/
Datomic-instrumented.h1786 #define cmpxchg(ptr, ...) \ macro