taglinefilesource code
xchg152include/asm-alpha/system.h#define tas(ptr) (xchg((ptr),1))
xchg192include/asm-i386/system.h#define tas(ptr) (xchg((ptr),1))
xchg183include/asm-mips/system.h#define tas(ptr) (xchg((ptr),1))
xchg121include/asm-sparc/system.h#define tas(ptr) (xchg((ptr),1))
xchg112include/linux/swap.hentry = xchg(swap_cache + index, 0);
xchg127include/linux/swap.hentry = xchg(swap_cache + index, 0);
xchg142include/linux/tqueue.hp = xchg(list,&tq_last);
xchg510include/net/sock.hint err=xchg(&sk->err,0);
xchg77kernel/dma.cif (xchg(&dma_chan_busy[dmanr].lock, 1) != 0)
xchg94kernel/dma.cif (xchg(&dma_chan_busy[dmanr].lock, 0) == 0) {
xchg60mm/swap_state.centry = xchg(swap_cache + index, entry);
xchg50net/core/firewall.cxchg(p,fw);
xchg86net/core/firewall.cxchg(nl,f);
xchg279net/core/sock.cval=xchg(&sk->err_soft,0);