Searched refs:atomic_long_inc_not_zero (Results 1 – 8 of 8) sorted by relevance
83 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
47 #define local_inc_not_zero(l) atomic_long_inc_not_zero(&(l)->a)
286 ret = atomic_long_inc_not_zero(&ref->data->count); in percpu_ref_tryget_live_rcu()
977 #define get_file_rcu(x) atomic_long_inc_not_zero(&(x)->f_count)
174 if (!atomic_long_inc_not_zero(&res->count)) { in acct_get()
514 return atomic_long_inc_not_zero(&dmabuf->file->f_count) != 0L; in get_dma_buf_unless_doomed()
1850 atomic_long_inc_not_zero(atomic_long_t *v) in atomic_long_inc_not_zero() function
2089 if (!atomic_long_inc_not_zero(&group_leader->refcount)) in perf_get_aux_event()6087 if (!atomic_long_inc_not_zero(&event->refcount)) { in perf_mmap_close()12988 !atomic_long_inc_not_zero(&parent_event->refcount)) { in inherit_event()