taglinefilesource code
xchg152include/asm-alpha/system.h#define tas(ptr) (xchg((ptr),1))
xchg196include/asm-i386/system.h#define tas(ptr) (xchg((ptr),1))
xchg183include/asm-mips/system.h#define tas(ptr) (xchg((ptr),1))
xchg115include/asm-sparc/system.h#define tas(ptr) (xchg((ptr),1))
xchg114include/linux/swap.hentry = xchg(swap_cache + MAP_NR(addr), 0);
xchg129include/linux/swap.hentry= xchg(swap_cache + MAP_NR(addr), 0);
xchg146include/linux/tqueue.hp = xchg(list,&tq_last);
xchg418include/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 + MAP_NR(addr), entry);
xchg50net/core/firewall.cxchg(p,fw);
xchg86net/core/firewall.cxchg(nl,f);
xchg279net/core/sock.cval=xchg(&sk->err_soft,0);