Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.1-rc7 9 lines 190 B view raw
1cat <<EOF 2static inline ${ret} 3${atomic}_${pfx}${name}${sfx}_acquire(${params}) 4{ 5 ${ret} ret = ${atomic}_${pfx}${name}${sfx}_relaxed(${args}); 6 __atomic_acquire_fence(); 7 return ret; 8} 9EOF