1 cat <<EOF 1 cat <<EOF >> 2 static __always_inline ${ret} >> 3 arch_${atomic}_${pfx}${name}${sfx}_acquire(${params}) >> 4 { 2 ${ret} ret = arch_${atomic}_${pfx}${na 5 ${ret} ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args}); 3 __atomic_acquire_fence(); 6 __atomic_acquire_fence(); 4 return ret; 7 return ret; >> 8 } 5 EOF 9 EOF
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.