Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.16-rc5 8 lines 193 B view raw
1cat <<EOF 2static __always_inline ${ret} 3arch_${atomic}_${pfx}${name}${sfx}_release(${params}) 4{ 5 __atomic_release_fence(); 6 ${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args}); 7} 8EOF