Home
last modified time | relevance | path

Searched refs:atomic_dec (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/dev/drm2/
H A Ddrm_bufs.c751 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
757 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
765 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
797 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
817 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
841 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
902 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
908 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
916 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
925 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
[all …]
H A Ddrm_drv.c387 atomic_dec(&dev->ioctl_count); in drm_ioctl()
391 atomic_dec(&dev->ioctl_count); in drm_ioctl()
395 atomic_dec(&dev->ioctl_count); in drm_ioctl()
401 atomic_dec(&dev->ioctl_count); in drm_ioctl()
474 atomic_dec(&dev->ioctl_count); in drm_ioctl()
H A Ddrm_atomic.h49 #define atomic_dec(p) atomic_sub(1, p) macro
H A Ddrm_irq.c933 atomic_dec(&dev->vblank_refcount[crtc]); in drm_vblank_get()
942 atomic_dec(&dev->vblank_refcount[crtc]); in drm_vblank_get()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c100 atomic_dec(&cvp->cv_refs); in __cv_destroy()
156 atomic_dec(&cvp->cv_refs); in cv_wait_common()
263 atomic_dec(&cvp->cv_refs); in __cv_timedwait_common()
371 atomic_dec(&cvp->cv_refs); in __cv_timedwait_hires()
444 atomic_dec(&cvp->cv_refs); in __cv_signal()
462 atomic_dec(&cvp->cv_refs); in __cv_broadcast()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c694 atomic_dec(&pd->usecnt); in ib_destroy_ah_user()
734 atomic_dec(&srq->pd->usecnt); in ib_create_srq()
736 atomic_dec(&srq->ext.xrc.xrcd->usecnt); in ib_create_srq()
738 atomic_dec(&srq->ext.cq->usecnt); in ib_create_srq()
772 atomic_dec(&srq->pd->usecnt); in ib_destroy_srq_user()
774 atomic_dec(&srq->ext.xrc.xrcd->usecnt); in ib_destroy_srq_user()
776 atomic_dec(&srq->ext.cq->usecnt); in ib_destroy_srq_user()
1451 atomic_dec(&real_qp->usecnt); in ib_close_qp()
1478 atomic_dec(&xrcd->usecnt); in __ib_destroy_shared_qp()
1509 atomic_dec(&pd->usecnt); in ib_destroy_qp_user()
[all …]
H A Dib_uverbs_std_types.c62 atomic_dec(&qp->usecnt); in uverbs_free_flow()
104 atomic_dec(&uqp->uxrcd->refcnt); in uverbs_free_qp()
161 atomic_dec(&us->uxrcd->refcnt); in uverbs_free_srq()
H A Dib_mad.c603 atomic_dec(&qp_info->snoop_count); in unregister_mad_snoop()
1292 atomic_dec(&mad_agent_priv->refcount); in ib_post_send_mad()
1983 atomic_dec(&mad_agent_priv->refcount); in ib_mad_complete_recv()
2000 atomic_dec(&mad_agent_priv->refcount); in ib_mad_complete_recv()
2586 atomic_dec(&mad_agent_priv->refcount); in cancel_mads()
2724 atomic_dec(&recv_mad_agent->refcount); in local_completions()
2741 atomic_dec(&mad_agent_priv->refcount); in local_completions()
2827 atomic_dec(&mad_agent_priv->refcount); in timeout_sends()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drefcount.h57 atomic_dec(ref);
H A Dworkqueue.h177 atomic_dec(&(wq)->draining); \
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h97 atomic_dec(atomic_t *v) in atomic_dec() function
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Datomic.h42 #define atomic_dec_32(v) atomic_dec((atomic_t *)(v))
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c2805 atomic_dec(&mpt->mtt->ref_count); in mlx4_HW2SW_MPT_wrapper()
3267 atomic_dec(&eq->mtt->ref_count); in mlx4_HW2SW_EQ_wrapper()
3431 atomic_dec(&cq->mtt->ref_count); in mlx4_HW2SW_CQ_wrapper()
3496 atomic_dec(&orig_mtt->ref_count); in handle_resize()
3614 atomic_dec(&srq->mtt->ref_count); in mlx4_HW2SW_SRQ_wrapper()
3616 atomic_dec(&srq->cq->ref_count); in mlx4_HW2SW_SRQ_wrapper()
3947 atomic_dec(&qp->mtt->ref_count); in mlx4_2RST_QP_wrapper()
3948 atomic_dec(&qp->rcq->ref_count); in mlx4_2RST_QP_wrapper()
3949 atomic_dec(&qp->scq->ref_count); in mlx4_2RST_QP_wrapper()
3951 atomic_dec(&qp->srq->ref_count); in mlx4_2RST_QP_wrapper()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c236 atomic_dec(&ts->count); in tasklet_enable()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c753 atomic_dec(&ioerr_queue_count); in agtiapi_CleanupEncryptionPools()
964 atomic_dec(&ioerr_queue_count); in agtiapi_EncryptionIoctl()
1075 atomic_dec(&outstanding_encrypted_io_count); in agtiapi_CleanupEncryptedIO()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_transport.c113 atomic_dec(ring->inflights); in adf_send_message()
147 atomic_dec(ring->inflights); in adf_handle_response()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h45 #define atomic_dec(p) atomic_subtract_int(p,1) macro
/freebsd/sys/ofed/include/rdma/
H A Drdmavt_qp.h525 atomic_dec(&qp->s_reserved_used); in rvt_qp_wqe_unreserve()
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dqat_transport.c330 atomic_dec(ring->inflights); in icp_adf_getSingleQueueAddr()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c387 atomic_dec(&sb->s_active); in zpl_prune_sb()
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h100 atomic_dec(atomic_t *v) in atomic_dec() function
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c54 atomic_dec(&table->writercount); in mlx5_cq_table_write_unlock()
/freebsd/sys/dev/irdma/
H A Dicrdma.c350 atomic_dec(&iwdev->rf->dev_ctx.event_rfcnt); in irdma_event_handler()
420 atomic_dec(&rf->dev_ctx.event_rfcnt); in irdma_finalize_task()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h87 #define atomic_dec(p) atomic_subtract_int(p, 1) macro
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c684 atomic_dec(&rdev->stats.rsors.mr_count); in bnxt_re_legacy_create_fence_mr()
721 atomic_dec(&rdev->stats.rsors.mr_count); in bnxt_re_legacy_destroy_fence_mr()
776 atomic_dec(&rdev->stats.rsors.pd_count); in bnxt_re_dealloc_pd()
866 atomic_dec(&rdev->stats.rsors.ah_count); in bnxt_re_destroy_ah()
1110 atomic_dec(&rdev->stats.rsors.srq_count); in bnxt_re_destroy_srq()
1446 atomic_dec(&rdev->stats.rsors.ah_count); in bnxt_re_destroy_gsi_sqp()
1467 atomic_dec(&rdev->stats.rsors.qp_count); in bnxt_re_destroy_gsi_sqp()
1527 atomic_dec(&rdev->stats.rsors.rc_qp_count); in bnxt_re_destroy_qp()
1529 atomic_dec(&rdev->stats.rsors.ud_qp_count); in bnxt_re_destroy_qp()
1816 atomic_dec(&rdev->stats.rsors.ah_count); in bnxt_re_update_shadow_ah()
[all …]

123