1 cat <<EOF 1 cat <<EOF >> 2 static inline ${ret} >> 3 ${atomic}_${pfx}${name}${sfx}(${params}) >> 4 { 2 ${ret} ret; 5 ${ret} ret; 3 __atomic_pre_full_fence(); 6 __atomic_pre_full_fence(); 4 ret = arch_${atomic}_${pfx}${name}${sf !! 7 ret = ${atomic}_${pfx}${name}${sfx}_relaxed(${args}); 5 __atomic_post_full_fence(); 8 __atomic_post_full_fence(); 6 return ret; 9 return ret; >> 10 } 7 EOF 11 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.