KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /usr/src/linux-headers-5.4.0-105/scripts/atomic/fallbacks/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/src/linux-headers-5.4.0-105/scripts/atomic/fallbacks/add_unless
cat << EOF
/**
 * ${atomic}_add_unless - add unless the number is already a given value
 * @v: pointer of type ${atomic}_t
 * @a: the amount to add to v...
 * @u: ...unless v is equal to u.
 *
 * Atomically adds @a to @v, if @v was not already @u.
 * Returns true if the addition was done.
 */
static inline bool
${atomic}_add_unless(${atomic}_t *v, ${int} a, ${int} u)
{
	return ${atomic}_fetch_add_unless(v, a, u) != u;
}
EOF

Anon7 - 2021