| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kref.h | 72 if (refcount_release((uint32_t *)&kref->refcount)) { in kref_put() 84 if (refcount_release((uint32_t *)&kref->refcount)) { in kref_put_lock() 98 if (refcount_release((uint32_t *)&kref->refcount)) { in kref_sub() 119 if (unlikely(!refcount_release((uint32_t *)&kref->refcount))) { in kref_put_mutex()
|
| H A D | file.h | 76 if (refcount_release(filp->_file == NULL ? in fput() 120 while (refcount_release(&filp->f_count) == 0) in fd_install()
|
| /src/sys/dev/drm2/ttm/ |
| H A D | ttm_object.c | 140 if (refcount_release(&tfile->refcount)) in ttm_object_file_unref() 158 base->refcount_release = rcount_release; in ttm_base_object_init() 198 if (base->refcount_release) { in ttm_release_base() 200 base->refcount_release(&base); in ttm_release_base() 218 if (refcount_release(&base->refcount)) in ttm_base_object_unref() 349 if (refcount_release(&ref->kref)) in ttm_ref_object_base_unref()
|
| H A D | ttm_object.h | 127 void (*refcount_release) (struct ttm_base_object **base); member 150 void (*refcount_release) (struct ttm_base_object
|
| H A D | ttm_bo.c | 726 if (refcount_release(&entry->list_kref)) in ttm_bo_delayed_delete() 741 if (entry && refcount_release(&entry->list_kref)) in ttm_bo_delayed_delete() 773 if (refcount_release(&bo->list_kref)) in ttm_bo_release() 782 if (refcount_release(&bo->kref)) in ttm_bo_unref() 885 if (refcount_release(&bo->list_kref)) in ttm_mem_evict_first() 900 if (refcount_release(&bo->list_kref)) in ttm_mem_evict_first() 1480 if (refcount_release(&glob->kobj_ref)) in ttm_bo_global_release() 1827 if (refcount_release(&bo->list_kref)) in ttm_bo_swapout() 1883 if (refcount_release(&bo->list_kref)) in ttm_bo_swapout()
|
| H A D | ttm_memory.c | 297 if (refcount_release(&zone->kobj_ref)) in ttm_mem_global_release() 300 if (refcount_release(&glob->kobj_ref)) in ttm_mem_global_release()
|
| /src/sys/kern/ |
| H A D | kern_hhook.c | 221 refcount_release(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup() 233 refcount_release(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup() 335 refcount_release(&tmphhh->hhh_refcount); in hhook_head_register() 435 refcount_release(&hhh->hhh_refcount); in hhook_head_release()
|
| H A D | kern_loginclass.c | 86 if (!refcount_release(&lc->lc_refcount)) { in loginclass_free()
|
| /src/sys/dev/hwt/ |
| H A D | hwt_context.c | 160 if (refcount_release(&thr->refcnt)) in hwt_ctx_free_threads() 183 refcount_release(&ctx->refcnt); in hwt_ctx_put()
|
| H A D | hwt_hook.c | 201 if (refcount_release(&thr->refcnt)) in hwt_hook_mmap()
|
| /src/sys/dev/usb/storage/ |
| H A D | cfumass.c | 364 refcount_release(&cfumass_refcount); in cfumass_attach() 378 refcount_release(&cfumass_refcount); in cfumass_attach() 416 refcount_release(&cfumass_refcount); in cfumass_detach() 480 last = refcount_release(&sc->sc_queued); in cfumass_terminate() 678 refcount_release(&sc->sc_queued); in cfumass_t_command_callback() 939 refcount_release(&sc->sc_queued); in cfumass_done()
|
| /src/sys/dev/nvmf/controller/ |
| H A D | nvmft_qpair.c | 147 if (nq != NULL && refcount_release(&qp->qp_refs)) in nvmft_qpair_shutdown() 220 if (refcount_release(&qp->qp_refs)) in _nvmft_send_response() 334 if (refcount_release(&qp->qp_refs)) in nvmft_send_connect_response()
|
| H A D | nvmft_var.h | 176 if (refcount_release(&np->refs)) in nvmft_port_rele()
|
| /src/sys/dev/nvmf/host/ |
| H A D | nvmf_ns.c | 82 if (!refcount_release(bio_refs(bio))) in nvmf_ns_biodone() 121 if (refcount_release(&ns->active_bios)) in nvmf_ns_biodone() 474 if (!refcount_release(&ns->active_bios)) { in nvmf_destroy_ns()
|
| /src/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_plist.c | 116 if (!refcount_release(&plist->refs)) in bhnd_nvram_plist_release() 879 if (!refcount_release(&prop->refs)) in bhnd_nvram_prop_release()
|
| /src/sys/sys/ |
| H A D | refcount.h | 168 refcount_release(volatile u_int *count) in refcount_release() function
|
| H A D | ktls.h | 284 if (refcount_release(&tls->refcount)) in ktls_free()
|
| H A D | file.h | 331 if (__predict_false(refcount_release(&_fp->f_count))) \ 342 if (__predict_true(refcount_release(&_fp->f_count))) \
|
| /src/sys/dev/iser/ |
| H A D | icl_iser.c | 280 refcount_release(&icl_iser_ncons); in iser_new_conn() 312 refcount_release(&icl_iser_ncons); in iser_conn_free()
|
| /src/sys/dev/vt/ |
| H A D | vt_font.c | 127 if (refcount_release(&vf->vf_refcount)) { in vtfont_unref()
|
| /src/sys/net/route/ |
| H A D | nhgrp.c | 342 refcount_release(&nhg_priv->nhg_linked); in nhgrp_ctl_unlink_all()
|
| /src/sys/kgssapi/krb5/ |
| H A D | kcrypto.c | 77 if (refcount_release(&ks->ks_refs)) { in krb5_free_key()
|
| /src/sys/dev/iscsi/ |
| H A D | icl_soft.c | 198 refcount_release(&ic->ic_outstanding_pdus); in icl_soft_conn_pdu_free() 210 refcount_release(&ip->ip_conn->ic_outstanding_pdus); in icl_soft_pdu_call_cb() 258 refcount_release(&ic->ic_outstanding_pdus); in icl_soft_conn_new_pdu() 1387 refcount_release(&icl_ncons); in icl_soft_conn_free()
|
| /src/sys/rpc/ |
| H A D | clnt.h | 175 if (refcount_release(&(rh)->cl_refs)) \
|
| /src/sys/security/audit/ |
| H A D | audit_dtrace.c | 477 (void)refcount_release(&audit_dtrace_enabled); in dtaudit_disable()
|