atomic_long_inc_not_zero
#define local_inc_not_zero(l) atomic_long_inc_not_zero(&(l)->a)
if (!atomic_long_inc_not_zero(&nonconst_cred->usage))
ret = atomic_long_inc_not_zero(&ref->data->count);
if (!atomic_long_inc_not_zero(&res->count)) {
WARN_ON_ONCE(!atomic_long_inc_not_zero(&event->refcount));
if (atomic_long_inc_not_zero(&event->refcount))
!atomic_long_inc_not_zero(&parent_event->refcount)) {
if (!atomic_long_inc_not_zero(&group_leader->refcount))
if (!atomic_long_inc_not_zero(&event->refcount)) {
return atomic_long_inc_not_zero(&mm->futex_atomic);
KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_inc_not_zero(unsafe));