Searched refs:atomic_fetch_add_relaxed (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/linux/ |
D | refcount.h | 193 int old = atomic_fetch_add_relaxed(i, &r->refs); in __refcount_add()
|
/linux-6.6.21/tools/memory-model/ |
D | linux-kernel.def | 76 atomic_fetch_add_relaxed(V,X) __atomic_fetch_op{once}(X,+,V)
|
/linux-6.6.21/kernel/kcsan/ |
D | kcsan_test.c | 600 KCSAN_EXPECT_READ_BARRIER(atomic_fetch_add_relaxed(1, &dummy), false); in test_barrier_nothreads() 645 KCSAN_EXPECT_WRITE_BARRIER(atomic_fetch_add_relaxed(1, &dummy), false); in test_barrier_nothreads() 690 KCSAN_EXPECT_RW_BARRIER(atomic_fetch_add_relaxed(1, &dummy), false); in test_barrier_nothreads()
|
/linux-6.6.21/Documentation/ |
D | atomic_t.txt | 215 atomic_fetch_add_relaxed();
|
/linux-6.6.21/include/linux/atomic/ |
D | atomic-instrumented.h | 250 atomic_fetch_add_relaxed(int i, atomic_t *v) in atomic_fetch_add_relaxed() function
|