taglinefilesource code
tas139include/asm-alpha/system.h#define tas(ptr) (xchg((ptr),1))
tas196include/asm-i386/system.h#define tas(ptr) (xchg((ptr),1))
tas183include/asm-mips/system.h#define tas(ptr) (xchg((ptr),1))
tas66include/asm-ppc/system.hextern inline int tas(char * m)
tas115include/asm-sparc/system.h#define tas(ptr) (xchg((ptr),1))