Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c337 cr->cr_act_refs = 0; in chipc_alloc_region()
489 if (cr->cr_act_refs == 0) { in chipc_retain_region()
502 cr->cr_act_refs++; in chipc_retain_region()
530 KASSERT(cr->cr_act_refs > 0, ("RF_ACTIVE over-released")); in chipc_release_region()
531 KASSERT(cr->cr_act_refs <= cr->cr_refs, in chipc_release_region()
535 if (cr->cr_act_refs == 1) { in chipc_release_region()
542 cr->cr_act_refs--; in chipc_release_region()
H A Dchipc_private.h105 u_int cr_act_refs; /**< RF_ACTIVE refcount */ member