Searched refs:atomic_long_try_cmpxchg_relaxed (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/kcsan/
H A Dcore.c166 if (atomic_long_try_cmpxchg_relaxed(watchpoint, &expect_val, encoded_watchpoint))
185 return atomic_long_try_cmpxchg_relaxed(watchpoint, &encoded_watchpoint, CONSUMED_WATCHPOINT);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c210 if (!atomic_long_try_cmpxchg_relaxed(&idev->last_check_time,
/linux-master/kernel/printk/
H A Dprintk_ringbuffer.c1568 if (atomic_long_try_cmpxchg_relaxed(&d->state_var, &prev_state_val,
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4485 * atomic_long_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
4499 atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) function

Completed in 208 milliseconds