/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_wakeref.h | 85 if (unlikely(!atomic_inc_not_zero(&wf->count))) in intel_wakeref_get() 119 return atomic_inc_not_zero(&wf->count); in intel_wakeref_get_if_active()
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcuref.rst | 51 has already been deleted from the list/array. Use atomic_inc_not_zero() 61 atomic_set(&el->rc, 1); if (!atomic_inc_not_zero(&el->rc)) { 82 update (write) stream. In such cases, atomic_inc_not_zero() might be
|
/openbmc/linux/io_uring/ |
H A D | refs.h | 17 return atomic_inc_not_zero(&req->refs); in req_ref_inc_not_zero()
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_aux_dev.c | 152 if (!atomic_inc_not_zero(&aux_dev->usecount)) in auxdev_read_iter() 195 if (!atomic_inc_not_zero(&aux_dev->usecount)) in auxdev_write_iter()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | refcount-vs-atomic.rst | 108 * atomic_inc_not_zero() --> refcount_inc_not_zero()
|
/openbmc/linux/fs/ |
H A D | mbcache.c | 171 atomic_inc_not_zero(&entry->e_refcnt)) in __entry_find() 233 atomic_inc_not_zero(&entry->e_refcnt)) in mb_cache_entry_get()
|
/openbmc/linux/net/atm/ |
H A D | pppoatm.c | 244 atomic_inc_not_zero(&pvcc->inflight)) in pppoatm_may_send() 274 atomic_inc_not_zero(&pvcc->inflight)) in pppoatm_may_send()
|
/openbmc/linux/fs/smb/server/ |
H A D | oplock.c | 147 if (opinfo && !atomic_inc_not_zero(&opinfo->refcount)) in opinfo_get() 166 !atomic_inc_not_zero(&opinfo->refcount)) in opinfo_get_list() 1004 if (!atomic_inc_not_zero(&opinfo->refcount)) in find_same_lease_key() 1113 if (!atomic_inc_not_zero(&opinfo->refcount)) in smb_send_parent_lease_break_noti() 1150 if (!atomic_inc_not_zero(&opinfo->refcount)) in smb_lazy_parent_lease_break_close() 1356 if (!atomic_inc_not_zero(&brk_op->refcount)) in smb_break_all_levII_oplock() 1777 if (!atomic_inc_not_zero(&opinfo->refcount)) in lookup_lease_in_table()
|
H A D | vfs_cache.c | 77 if (atomic_inc_not_zero(&ci->m_count)) in __ksmbd_inode_lookup() 342 if (!atomic_inc_not_zero(&fp->refcount)) in ksmbd_fp_get()
|
/openbmc/linux/fs/smb/server/mgmt/ |
H A D | tree_connect.c | 142 else if (!atomic_inc_not_zero(&tcon->refcount)) in ksmbd_tree_conn_lookup()
|
H A D | share_config.c | 72 if (!atomic_inc_not_zero(&share->refcount)) in __get_share_config()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_flowlabel.c | 91 if (fl && !atomic_inc_not_zero(&fl->users)) in fl_lookup() 273 if (fl->label == label && atomic_inc_not_zero(&fl->users)) { in __fl6_sock_lookup() 655 if (!atomic_inc_not_zero(&fl1->users)) in ipv6_flowlabel_get()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | atomic-long.h | 252 #define atomic_long_inc_not_zero(l) atomic_inc_not_zero((atomic_t *)(l))
|
/openbmc/linux/fs/reiserfs/ |
H A D | file.c | 122 if (!atomic_inc_not_zero(&REISERFS_I(inode)->openers)) { in reiserfs_file_open()
|
/openbmc/linux/include/linux/sched/ |
H A D | mm.h | 137 return atomic_inc_not_zero(&mm->mm_users); in mmget_not_zero()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | perf_event.c | 118 if (!atomic_inc_not_zero(&num_events)) { in __hw_perf_event_init()
|
/openbmc/linux/sound/hda/ |
H A D | hdac_device.c | 601 if (!atomic_inc_not_zero(&codec->in_pm)) in snd_hdac_power_up_pm() 613 if (!atomic_inc_not_zero(&codec->in_pm)) { in snd_hdac_keep_power_up()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_context.h | 152 return atomic_inc_not_zero(&ce->pin_count); in intel_context_pin_if_active()
|
/openbmc/linux/fs/nfs/ |
H A D | pnfs_dev.c | 181 if (d != NULL && !atomic_inc_not_zero(&d->ref)) in __nfs4_find_get_deviceid()
|
/openbmc/linux/Documentation/core-api/ |
H A D | refcount-vs-atomic.rst | 118 * atomic_inc_not_zero() --> refcount_inc_not_zero()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 123 if (!atomic_inc_not_zero(&pag->pag_active_ref)) in xfs_perag_grab() 150 if (!atomic_inc_not_zero(&pag->pag_active_ref)) in xfs_perag_grab_tag()
|
/openbmc/linux/block/ |
H A D | blk.h | 503 return atomic_inc_not_zero(&req->ref); in req_ref_inc_not_zero()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 556 if (!atomic_inc_not_zero(&num_events)) { in fsl_emb_pmu_event_init()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_pages.c | 378 if (!atomic_inc_not_zero(&obj->mm.pages_pin_count)) { in i915_gem_object_pin_map()
|
H A D | i915_gem_object.h | 653 if (atomic_inc_not_zero(&obj->mm.pages_pin_count)) in i915_gem_object_pin_pages()
|