^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) cat <<EOF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) static __always_inline ${ret}
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) ${arch}${atomic}_${pfx}${name}${sfx}_release(${params})
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) __atomic_release_fence();
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) ${retstmt}${arch}${atomic}_${pfx}${name}${sfx}_relaxed(${args});
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) }
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) EOF