subr_psref.c | 617 struct psref_debug *prd; local in function:psref_debug_init_lwp 619 prd = kmem_zalloc(sizeof(*prd), KM_SLEEP); 620 lwp_setspecific_by_lwp(l, psref_debug_lwp_key, prd); 626 struct psref_debug *prd = arg; local in function:psref_debug_lwp_free 628 kmem_free(prd, sizeof(*prd)); 634 struct psref_debug *prd; local in function:psref_debug_acquire 638 prd = lwp_getspecific(psref_debug_lwp_key); 639 if (__predict_false(prd == NULL)) 680 struct psref_debug *prd; local in function:psref_debug_barrier [all...] |