Searched refs:try_cmpxchg (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | bitops.h | 353 } while (!try_cmpxchg(ptr, &old__, new__)); \ 370 } while (!try_cmpxchg(ptr, &old__, new__)); \
|
D | mm.h | 1717 } while (unlikely(!try_cmpxchg(&page->flags, &old_flags, flags))); in page_kasan_tag_set()
|
D | netdevice.h | 582 } while (!try_cmpxchg(&n->state, &val, new)); in napi_if_scheduled_mark_missed()
|
/include/linux/atomic/ |
D | atomic-instrumented.h | 1971 #define try_cmpxchg(ptr, oldp, ...) \ macro
|