Home
last modified time | relevance | path

Searched refs:atomic_dec_and_test (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/openbmc/linux/lib/
H A Ddec_and_lock.c29 if (atomic_dec_and_test(atomic)) in _atomic_dec_and_lock()
46 if (atomic_dec_and_test(atomic)) in _atomic_dec_and_lock_irqsave()
61 if (atomic_dec_and_test(atomic)) in _atomic_dec_and_raw_lock()
77 if (atomic_dec_and_test(atomic)) in _atomic_dec_and_raw_lock_irqsave()
/openbmc/linux/Documentation/RCU/
H A Drcuref.rst37 if(atomic_dec_and_test(&el->rc)) ...
42 if (atomic_dec_and_test(&el->rc))
72 if (atomic_dec_and_test(&el->rc)) ...
76 if (atomic_dec_and_test(&el->rc))
88 atomic_dec_and_test() may be moved from delete() to el_free()
109 if (atomic_dec_and_test(&el->rc)) spin_unlock(&list_lock);
151 if (atomic_dec_and_test(&el->rc))
/openbmc/linux/scripts/coccinelle/api/
H A Datomic_as_refcounter.cocci26 atomic_dec_and_test@p1(&(a)->x)
58 msg = "WARNING: atomic_dec_and_test variation before object free at line %s."
69 atomic_dec_and_test@p1(&(a)->x)
91 msg = "WARNING: atomic_dec_and_test variation before object free at line %s."
/openbmc/linux/net/mac802154/
H A Dutil.c82 if (atomic_dec_and_test(&local->phy->hold_txs)) in ieee802154_release_queue()
144 if (atomic_dec_and_test(&hw->phy->ongoing_txs)) in ieee802154_xmit_complete()
157 if (atomic_dec_and_test(&hw->phy->ongoing_txs)) in ieee802154_xmit_error()
H A Dtx.c47 if (atomic_dec_and_test(&local->phy->ongoing_txs)) in ieee802154_xmit_sync_worker()
104 if (atomic_dec_and_test(&local->phy->ongoing_txs)) in ieee802154_tx()
/openbmc/linux/fs/smb/server/
H A Dvfs_cache.c215 if (atomic_dec_and_test(&ci->m_count)) in ksmbd_inode_put()
264 if (atomic_dec_and_test(&ci->m_count)) { in __ksmbd_inode_close()
400 if (!atomic_dec_and_test(&fp->refcount)) in ksmbd_close_fd()
418 if (!atomic_dec_and_test(&fp->refcount)) in ksmbd_fd_put()
490 if (!atomic_dec_and_test(&fp->refcount)) in ksmbd_put_durable_fd()
657 if (!atomic_dec_and_test(&fp->refcount)) in __close_file_table_ids()
713 if (op->conn && atomic_dec_and_test(&op->conn->refcnt)) in session_fd_check()
/openbmc/linux/fs/dlm/
H A Drequestqueue.c99 if (atomic_dec_and_test(&ls->ls_requestqueue_cnt)) in dlm_process_requestqueue()
167 if (atomic_dec_and_test(&ls->ls_requestqueue_cnt)) in dlm_purge_requestqueue()
/openbmc/linux/drivers/dma-buf/
H A Ddma-fence-array.c64 if (atomic_dec_and_test(&array->num_pending)) in dma_fence_array_cb_func()
93 if (atomic_dec_and_test(&array->num_pending)) { in dma_fence_array_enable_signaling()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_tasklet.h35 return atomic_dec_and_test(&t->count); in __tasklet_enable()
/openbmc/linux/drivers/infiniband/core/
H A Dsa.h47 if (atomic_dec_and_test(&client->users)) in ib_sa_client_put()
/openbmc/linux/fs/netfs/
H A Dio.c159 if (atomic_dec_and_test(&rreq->nr_copy_ops)) in netfs_rreq_copy_terminated()
223 if (atomic_dec_and_test(&rreq->nr_copy_ops)) in netfs_rreq_do_write_to_cache()
297 if (atomic_dec_and_test(&rreq->nr_outstanding)) in netfs_rreq_perform_resubmissions()
655 if (atomic_dec_and_test(&rreq->nr_outstanding)) in netfs_begin_read()
/openbmc/linux/io_uring/
H A Drefs.h26 return atomic_dec_and_test(&req->refs); in req_ref_put_and_test()
/openbmc/linux/tools/arch/x86/include/asm/
H A Datomic.h64 static inline int atomic_dec_and_test(atomic_t *v) in atomic_dec_and_test() function
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.h32 if (atomic_dec_and_test(&b->active)) in intel_breadcrumbs_park()
H A Dintel_timeline.c287 if (atomic_dec_and_test(&tl->active_count)) in intel_timeline_exit()
384 if (!atomic_dec_and_test(&tl->pin_count)) in intel_timeline_unpin()
475 if (atomic_dec_and_test(&tl->active_count)) in intel_gt_show_timelines()
/openbmc/linux/include/linux/sched/
H A Dmm.h53 if (unlikely(atomic_dec_and_test(&mm->mm_count))) in mmdrop()
76 if (atomic_dec_and_test(&mm->mm_count)) in mmdrop_sched()
/openbmc/linux/tools/include/asm-generic/
H A Datomic-gcc.h60 static inline int atomic_dec_and_test(atomic_t *v) in atomic_dec_and_test() function
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_pp.c54 if (atomic_dec_and_test(&pipe->task)) in lima_pp_irq_handler()
97 if (atomic_dec_and_test(&pipe->task)) in lima_pp_bcast_irq_handler()
422 if (atomic_dec_and_test(&pipe->task)) in lima_pp_task_mmu_error()
/openbmc/linux/fs/smb/server/mgmt/
H A Dshare_config.h68 if (!atomic_dec_and_test(&share->refcount)) in ksmbd_share_config_put()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Diowait.h216 return atomic_dec_and_test(&wait->sdma_busy); in iowait_sdma_dec()
262 return atomic_dec_and_test(&wait->pio_busy); in iowait_pio_dec()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Datomic.h91 #define atomic_dec_and_test(v) (atomic_dec_return((v)) == 0) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h118 if (atomic_dec_and_test(&(p)->thread.refcount)) \
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_dev.c183 if (atomic_dec_and_test(&aux_dev->usecount)) in auxdev_read_iter()
226 if (atomic_dec_and_test(&aux_dev->usecount)) in auxdev_write_iter()
/openbmc/linux/fs/xfs/
H A Dxfs_drain.c73 if (atomic_dec_and_test(&dr->dr_count) && in xfs_defer_drain_rele()
H A Dxfs_pwork.c50 if (atomic_dec_and_test(&pctl->nr_work)) in xfs_pwork_work()

12345678910>>...15