| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_bufs.c | 754 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 760 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 768 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 820 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 844 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp() 905 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci() 911 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci() 919 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci() 1050 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci() 1208 atomic_dec(&dev->buf_alloc); in drm_addbufs_sg() [all …]
|
| H A D | drm_drv.c | 389 atomic_dec(&dev->ioctl_count); in drm_ioctl() 393 atomic_dec(&dev->ioctl_count); in drm_ioctl() 397 atomic_dec(&dev->ioctl_count); in drm_ioctl() 403 atomic_dec(&dev->ioctl_count); in drm_ioctl() 476 atomic_dec(&dev->ioctl_count); in drm_ioctl()
|
| H A D | drm_atomic.h | 51 #define atomic_dec(p) atomic_sub(1, p) macro
|
| H A D | drm_irq.c | 935 atomic_dec(&dev->vblank_refcount[crtc]); in drm_vblank_get() 944 atomic_dec(&dev->vblank_refcount[crtc]); in drm_vblank_get()
|
| /freebsd-13.1/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 | 988 atomic_dec(&skc->skc_ref); in spl_cache_grow_work() 1414 atomic_dec(&skc->skc_ref); in spl_kmem_cache_reap_now()
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_verbs.c | 620 atomic_dec(&pd->usecnt); in ib_destroy_ah() 697 atomic_dec(&pd->usecnt); in ib_destroy_srq() 700 atomic_dec(&cq->usecnt); in ib_destroy_srq() 1345 atomic_dec(&pd->usecnt); in ib_destroy_qp() 1347 atomic_dec(&scq->usecnt); in ib_destroy_qp() 1417 atomic_dec(&pd->usecnt); in ib_dereg_mr() 1499 atomic_dec(&pd->usecnt); in ib_dealloc_fmr() 1576 atomic_dec(&qp->usecnt); in ib_detach_mcast() 1674 atomic_dec(&pd->usecnt); in ib_destroy_wq() 1675 atomic_dec(&cq->usecnt); in ib_destroy_wq() [all …]
|
| H A D | ib_mad.c | 605 atomic_dec(&qp_info->snoop_count); in unregister_mad_snoop() 1294 atomic_dec(&mad_agent_priv->refcount); in ib_post_send_mad() 1985 atomic_dec(&mad_agent_priv->refcount); in ib_mad_complete_recv() 2002 atomic_dec(&mad_agent_priv->refcount); in ib_mad_complete_recv() 2588 atomic_dec(&mad_agent_priv->refcount); in cancel_mads() 2726 atomic_dec(&recv_mad_agent->refcount); in local_completions() 2743 atomic_dec(&mad_agent_priv->refcount); in local_completions() 2829 atomic_dec(&mad_agent_priv->refcount); in timeout_sends()
|
| H A D | ib_addr.c | 797 atomic_dec(&client->refcount); in rdma_resolve_ip()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | refcount.h | 62 atomic_dec(&ref->value); in refcount_dec()
|
| H A D | workqueue.h | 179 atomic_dec(&(wq)->draining); \
|
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompat.h | 149 atomic_dec(atomic_t *v) in atomic_dec() function
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_tasklet.c | 221 atomic_dec(&ts->count); in tasklet_enable()
|
| /freebsd-13.1/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-13.1/sys/dev/pms/freebsd/driver/common/ |
| H A D | lxencrypt.c | 754 atomic_dec(&ioerr_queue_count); in agtiapi_CleanupEncryptionPools() 965 atomic_dec(&ioerr_queue_count); in agtiapi_EncryptionIoctl() 1076 atomic_dec(&outstanding_encrypted_io_count); in agtiapi_CleanupEncryptedIO()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/asm/ |
| H A D | atomic.h | 102 atomic_dec(atomic_t *v) in atomic_dec() function
|
| /freebsd-13.1/sys/ofed/include/rdma/ |
| H A D | rdmavt_qp.h | 527 atomic_dec(&qp->s_reserved_used); in rvt_qp_wqe_unreserve()
|
| /freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | agtiapi.h | 46 #define atomic_dec(p) atomic_subtract_int(p,1) macro
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_cq.c | 56 atomic_dec(&table->writercount); in mlx5_cq_table_write_unlock()
|
| H A D | mlx5_qp.c | 174 atomic_dec(&dev->num_qps); in mlx5_core_destroy_qp()
|
| /freebsd-13.1/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 87 #define atomic_dec(p) atomic_subtract_int(p, 1) macro
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_tx.c | 160 atomic_dec(&ssk->tx_ring.credits); in sdp_post_send()
|
| H A D | sdp_rx.c | 320 atomic_dec(&ssk->remote_credits); in sdp_recv_completion()
|
| /freebsd-13.1/sys/dev/drm2/ttm/ |
| H A D | ttm_bo.c | 126 atomic_dec(&bo->glob->bo_count); in ttm_bo_release_list() 1796 atomic_dec(&bo->cpu_writers); in ttm_bo_synccpu_write_release()
|