tag
line
file
source code
xchg_u8
199
include/asm-mips/system.h
return xchg_u8(ptr, x);
xchg_u8
38
include/asm-ppc/system.h
extern int xchg_u8(char *m, char val);
xchg_u8
68
include/asm-ppc/system.h
return xchg_u8(m,1);