Home
last modified time | relevance | path

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

/include/linux/atomic/
Datomic-instrumented.h1842 #define try_cmpxchg(ptr, oldp, ...) \ macro
/include/linux/
Dmm.h1582 } while (unlikely(!try_cmpxchg(&page->flags, &old_flags, flags))); in page_kasan_tag_set()