Home
last modified time | relevance | path

Searched refs:atomic64_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/net/tls/
Dtls_device.c731 atomic64_try_cmpxchg(&resync_async->req, &resync_req, 0)) { in tls_device_rx_resync_async()
743 atomic64_try_cmpxchg(&resync_async->req, in tls_device_rx_resync_async()
778 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
/Linux-v5.15/include/linux/atomic/
Datomic-instrumented.h1079 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function