Searched refs:atomic_long_inc_not_zero (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal.h48 #define local_inc_not_zero(l) atomic_long_inc_not_zero(&(l)->a)
/linux-master/include/linux/
H A Dpercpu-refcount.h286 ret = atomic_long_inc_not_zero(&ref->data->count);
H A Dcred.h243 if (!atomic_long_inc_not_zero(&nonconst_cred->usage))
/linux-master/kernel/
H A Dacct.c174 if (!atomic_long_inc_not_zero(&res->count)) {
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c478 return atomic_long_inc_not_zero(&dmabuf->file->f_count) != 0L;
/linux-master/fs/
H A Dfile.c868 if (unlikely(!atomic_long_inc_not_zero(&file->f_count)))
882 * atomic_long_inc_not_zero() above provided a full memory
986 * atomic_long_inc_not_zero() gives us a full memory
990 if (unlikely(!atomic_long_inc_not_zero(&file->f_count)))
/linux-master/fs/bcachefs/
H A Dbcachefs.h1150 atomic_long_inc_not_zero(&c->writes[ref]);
1160 atomic_long_inc_not_zero(&c->writes[ref]);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4678 * atomic_long_inc_not_zero() - atomic increment unless zero with full ordering
4689 atomic_long_inc_not_zero(atomic_long_t *v) function
/linux-master/mm/kasan/
H A Dkasan_test.c753 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_inc_not_zero(unsafe));
/linux-master/kernel/events/
H A Dcore.c2128 if (!atomic_long_inc_not_zero(&group_leader->refcount))
2294 WARN_ON_ONCE(!atomic_long_inc_not_zero(&event->refcount));
6378 if (!atomic_long_inc_not_zero(&event->refcount)) {
13356 !atomic_long_inc_not_zero(&parent_event->refcount)) {

Completed in 257 milliseconds