Searched refs:pp_refcnt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/hwpmc/ |
| D | hwpmc_mod.c | 809 KASSERT(pp->pp_refcnt >= 0 && pp->pp_refcnt <= ((int) md->pmd_npmc - 1), in pmc_link_target_process() 811 __LINE__, pp->pp_refcnt, (void *) pp)); in pmc_link_target_process() 842 pp->pp_refcnt++; in pmc_link_target_process() 862 KASSERT(pp->pp_refcnt >= 1 && pp->pp_refcnt <= (int) md->pmd_npmc, in pmc_unlink_target_process() 864 __LINE__, pp->pp_refcnt, (void *) pp)); in pmc_unlink_target_process() 884 pp->pp_refcnt--; in pmc_unlink_target_process() 1129 KASSERT(pp->pp_refcnt >= 0 && pp->pp_refcnt <= (int) md->pmd_npmc, in pmc_detach_one_process() 1131 __LINE__, pp->pp_refcnt, pp)); in pmc_detach_one_process() 1133 if (pp->pp_refcnt != 0) /* still a target of some PMC */ in pmc_detach_one_process() 1412 KASSERT(pp->pp_refcnt > 0, in pmc_process_csw_out() [all …]
|
| /freebsd-9-stable/sys/sys/ |
| D | pmc.h | 758 int pp_refcnt; /* reference count */ member
|