Home
last modified time | relevance | path

Searched refs:atomic_long_inc_not_zero (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/filesystems/
A Dfiles.rst83 file structure. This is avoided using atomic_long_inc_not_zero()
89 if (atomic_long_inc_not_zero(&file->f_count))
99 atomic_long_inc_not_zero() detects if refcounts is already zero or
/linux/include/asm-generic/
A Dlocal.h47 #define local_inc_not_zero(l) atomic_long_inc_not_zero(&(l)->a)
/linux/include/linux/
A Dpercpu-refcount.h286 ret = atomic_long_inc_not_zero(&ref->data->count); in percpu_ref_tryget_live_rcu()
/linux/kernel/
A Dacct.c154 if (!atomic_long_inc_not_zero(&res->count)) { in acct_get()
/linux/drivers/gpu/drm/vmwgfx/
A Dttm_object.c587 return atomic_long_inc_not_zero(&dmabuf->file->f_count) != 0L; in get_dma_buf_unless_doomed()
/linux/include/linux/atomic/
A Datomic-instrumented.h1731 atomic_long_inc_not_zero(atomic_long_t *v) in atomic_long_inc_not_zero() function
/linux/kernel/events/
A Dcore.c2109 if (!atomic_long_inc_not_zero(&group_leader->refcount)) in perf_get_aux_event()
6111 if (!atomic_long_inc_not_zero(&event->refcount)) { in perf_mmap_close()
12964 !atomic_long_inc_not_zero(&parent_event->refcount)) { in inherit_event()

Completed in 34 milliseconds