Searched refs:bre_pcount (Results 1 – 2 of 2) sorted by relevance
852 bre->bre_pcount = 0; in brt_entry_fill()1079 bre->bre_pcount = 0; in brt_entry_decref()1089 bre->bre_pcount--; in brt_entry_decref()1177 newbre->bre_pcount = 1; in brt_pending_add()1185 bre->bre_pcount++; in brt_pending_add()1220 ASSERT(bre->bre_pcount > 0); in brt_pending_remove()1221 bre->bre_pcount--; in brt_pending_remove()1222 if (bre->bre_pcount == 0) in brt_pending_remove()1253 while (bre->bre_pcount > 0) { in brt_pending_apply_vdev()1256 bre->bre_pcount--; in brt_pending_apply_vdev()[all …]
184 uint64_t bre_pcount; member