Şuanki Dizin: /usr/src/kernels/5.14.0-284.11.1.el9_2.x86_64/scripts/atomic/fallbacks/ |
Şuanki Dosya : //usr/src/kernels/5.14.0-284.11.1.el9_2.x86_64/scripts/atomic/fallbacks/add_negative |
cat <<EOF /** * arch_${atomic}_add_negative - add and test if negative * @i: integer value to add * @v: pointer of type ${atomic}_t * * Atomically adds @i to @v and returns true * if the result is negative, or false when * result is greater than or equal to zero. */ static __always_inline bool arch_${atomic}_add_negative(${int} i, ${atomic}_t *v) { return arch_${atomic}_add_return(i, v) < 0; } EOF
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4