Home
last modified time | relevance | path

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

/include/linux/
Dbitops.h353 } while (!try_cmpxchg(ptr, &old__, new__)); \
370 } while (!try_cmpxchg(ptr, &old__, new__)); \
Dmm.h1717 } while (unlikely(!try_cmpxchg(&page->flags, &old_flags, flags))); in page_kasan_tag_set()
Dnetdevice.h582 } while (!try_cmpxchg(&n->state, &val, new)); in napi_if_scheduled_mark_missed()
/include/linux/atomic/
Datomic-instrumented.h1971 #define try_cmpxchg(ptr, oldp, ...) \ macro