Home
last modified time | relevance | path

Searched refs:pd_percpu_bins (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c426 mutex_enter(&(pd->pd_percpu_bins[i].kp_lock)); in kcf_get_refcnt()
429 refcnt += pd->pd_percpu_bins[i].kp_holdcnt; in kcf_get_refcnt()
433 mutex_exit(&(pd->pd_percpu_bins[i].kp_lock)); in kcf_get_refcnt()
528 mp = &(desc->pd_percpu_bins[i]); in crypto_unregister_provider()
871 dtotal += pd->pd_percpu_bins[i].kp_ndispatches; in kcf_prov_kstat_update()
872 ftotal += pd->pd_percpu_bins[i].kp_nfails; in kcf_prov_kstat_update()
873 btotal += pd->pd_percpu_bins[i].kp_nbusy_rval; in kcf_prov_kstat_update()
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c105 mdb_printf("pd_percpu_bins:\t\t%p\n", desc.pd_percpu_bins); in kcf_provider_desc()
111 (uintptr_t)(desc.pd_percpu_bins + i)) == -1) { in kcf_provider_desc()
113 desc.pd_percpu_bins + i); in kcf_provider_desc()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c384 desc->pd_percpu_bins = in kcf_alloc_provider_desc()
501 if (desc->pd_percpu_bins != NULL) { in kcf_free_provider_desc()
502 kmem_free(desc->pd_percpu_bins, in kcf_free_provider_desc()
H A Dkcf_sched.c274 mp = &(pd->pd_percpu_bins[CPU_SEQID]); in process_req_hwp()
626 mp = &(pd->pd_percpu_bins[CPU_SEQID]); in kcf_submit_request()
836 mp = &(pd->pd_percpu_bins[CPU_SEQID]); in kcf_free_context()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h216 kcf_prov_cpu_t *pd_percpu_bins; member
255 mp = &((desc)->pd_percpu_bins[CPU_SEQID]); \
264 mp = &((desc)->pd_percpu_bins[CPU_SEQID]); \
301 mp = &((pd)->pd_percpu_bins[CPU_SEQID]); \