Searched defs:old_ptr (Results 1 – 3 of 3) sorted by relevance
3 bool __try_cmpxchg_q(uint64_t *ptr, uint64_t *old_ptr, uint64_t *new_ptr) in __try_cmpxchg_q()
80 #define arch_try_cmpxchg(ptr, old_ptr, new) \ argument
671 int idr_replace_get_old(struct idr *idp, void *ptr, int id, void **old_ptr) in idr_replace_get_old()722 void *old_ptr; in idr_replace() local