Home
last modified time | relevance | path

Searched refs:xnf_stat_gref_outstanding (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.h132 uint64_t xnf_stat_gref_outstanding; member
H A Dxnf.c369 atomic_inc_64(&xnfp->xnf_stat_gref_outstanding); in gref_get()
370 if (xnfp->xnf_stat_gref_outstanding > xnfp->xnf_stat_gref_peak) in gref_get()
372 xnfp->xnf_stat_gref_outstanding; in gref_get()
390 atomic_dec_64(&xnfp->xnf_stat_gref_outstanding); in gref_put()
2532 (knp++)->value.ui64 = xnfp->xnf_stat_gref_outstanding; in xnf_kstat_aux_update()