Home
last modified time | relevance | path

Searched refs:atomic_long_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/kernel/kcsan/
Dcore.c166 if (atomic_long_try_cmpxchg_relaxed(watchpoint, &expect_val, encoded_watchpoint)) in insert_watchpoint()
185 return atomic_long_try_cmpxchg_relaxed(watchpoint, &encoded_watchpoint, CONSUMED_WATCHPOINT); in try_consume_watchpoint()
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/
Dionic_dev.c195 if (!atomic_long_try_cmpxchg_relaxed(&idev->last_check_time, in ionic_heartbeat_check()
/linux-6.6.21/include/linux/atomic/
Datomic-instrumented.h4463 atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_relaxed() function