Searched refs:atomic_long_inc_not_zero (Results 1 – 9 of 9) 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
48 #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()
214 if (!atomic_long_inc_not_zero(&nonconst_cred->usage)) in get_cred_rcu()
1047 #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()
478 return atomic_long_inc_not_zero(&dmabuf->file->f_count) != 0L; in get_dma_buf_unless_doomed()
4650 atomic_long_inc_not_zero(atomic_long_t *v) in atomic_long_inc_not_zero() function
2128 if (!atomic_long_inc_not_zero(&group_leader->refcount)) in perf_get_aux_event()2294 WARN_ON_ONCE(!atomic_long_inc_not_zero(&event->refcount)); in event_sched_out()6366 if (!atomic_long_inc_not_zero(&event->refcount)) { in perf_mmap_close()13340 !atomic_long_inc_not_zero(&parent_event->refcount)) { in inherit_event()