Searched refs:xchg (Results 1 – 7 of 7) sorted by relevance
16 return xchg(&debug_locks, 0); in __debug_locks_off()
237 return xchg(&head->first, NULL); in llist_del_all()
472 prog = xchg(pprog, prog); in psock_set_prog()
1470 return xchg(&page->_last_cpupid, cpupid & LAST_CPUPID_MASK); in page_cpupid_xchg_last()
152 return xchg(clp, cl); in __cls_set_class()
2125 old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); in sk_dst_set()2416 err = xchg(&sk->sk_err, 0); in sock_error()
1758 #define xchg(ptr, ...) \ macro