| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drm_bufs.c | 752 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 758 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 766 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 818 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 842 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 903 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci() 909 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci() 917 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci() 1048 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci() 1206 atomic_dec(&dev->buf_alloc); in drm_addbufs_sg() [all …]
|
| H A D | drm_drv.c | 387 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 D | drm_atomic.h | 49 #define atomic_dec(p) atomic_sub(1, p) macro
|
| H A D | drm_irq.c | 933 atomic_dec(&dev->vblank_refcount[crtc]); in drm_vblank_get() 942 atomic_dec(&dev->vblank_refcount[crtc]); in drm_vblank_get()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 103 atomic_dec(&cvp->cv_refs); in __cv_destroy() 159 atomic_dec(&cvp->cv_refs); in cv_wait_common() 308 atomic_dec(&cvp->cv_refs); in __cv_timedwait_common() 416 atomic_dec(&cvp->cv_refs); in __cv_timedwait_hires() 489 atomic_dec(&cvp->cv_refs); in __cv_signal() 507 atomic_dec(&cvp->cv_refs); in __cv_broadcast()
|
| H A D | spl-kmem-cache.c | 969 atomic_dec(&skc->skc_ref); in spl_cache_grow_work() 1405 atomic_dec(&skc->skc_ref); in spl_kmem_cache_reap_now()
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_verbs.c | 694 atomic_dec(&pd->usecnt); in ib_destroy_ah_user() 1509 atomic_dec(&pd->usecnt); in ib_destroy_qp_user() 1511 atomic_dec(&scq->usecnt); in ib_destroy_qp_user() 1513 atomic_dec(&rcq->usecnt); in ib_destroy_qp_user() 1515 atomic_dec(&srq->usecnt); in ib_destroy_qp_user() 1593 atomic_dec(&pd->usecnt); in ib_dereg_mr_user() 1595 atomic_dec(&dm->usecnt); in ib_dereg_mr_user() 1691 atomic_dec(&pd->usecnt); in ib_dealloc_fmr() 1768 atomic_dec(&qp->usecnt); in ib_detach_mcast() 1866 atomic_dec(&pd->usecnt); in ib_destroy_wq() [all …]
|
| H A D | ib_uverbs_std_types.c | 62 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 D | ib_mad.c | 603 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-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | refcount.h | 57 atomic_dec(ref); in refcount_dec()
|
| H A D | workqueue.h | 177 atomic_dec(&(wq)->draining); \
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | atomic.h | 42 #define atomic_dec_32(v) atomic_dec((atomic_t *)(v))
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompat.h | 148 atomic_dec(atomic_t *v) in atomic_dec() function
|
| /freebsd-14.2/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_resource_tracker.c | 2805 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-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_tasklet.c | 237 atomic_dec(&ts->count); in tasklet_enable()
|
| /freebsd-14.2/sys/dev/pms/freebsd/driver/common/ |
| H A D | lxencrypt.c | 753 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-14.2/sys/dev/qat/qat_common/ |
| H A D | adf_transport.c | 113 atomic_dec(ring->inflights); in adf_send_message() 147 atomic_dec(ring->inflights); in adf_handle_response()
|
| /freebsd-14.2/sys/ofed/include/rdma/ |
| H A D | rdmavt_qp.h | 525 atomic_dec(&qp->s_reserved_used); in rvt_qp_wqe_unreserve()
|
| /freebsd-14.2/sys/dev/qat/qat_api/qat_kernel/src/ |
| H A D | qat_transport.c | 330 atomic_dec(ring->inflights); in icp_adf_getSingleQueueAddr()
|
| /freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | agtiapi.h | 45 #define atomic_dec(p) atomic_subtract_int(p,1) macro
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_cq.c | 54 atomic_dec(&table->writercount); in mlx5_cq_table_write_unlock()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/asm/ |
| H A D | atomic.h | 100 atomic_dec(atomic_t *v) in atomic_dec() function
|
| /freebsd-14.2/sys/dev/irdma/ |
| H A D | icrdma.c | 350 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-14.2/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 87 #define atomic_dec(p) atomic_subtract_int(p, 1) macro
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_re/ |
| H A D | ib_verbs.c | 684 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() 1816 atomic_dec(&rdev->stats.rsors.ah_count); in bnxt_re_update_shadow_ah() 3702 atomic_dec(&rdev->stats.rsors.cq_count); in bnxt_re_destroy_cq() 4858 atomic_dec(&rdev->stats.rsors.mr_count); in bnxt_re_dereg_mr() [all …]
|