Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c852 bre->bre_pcount = 0; in brt_entry_fill()
1076 bre->bre_pcount = 0; in brt_entry_decref()
1086 bre->bre_pcount--; in brt_entry_decref()
1174 newbre->bre_pcount = 1; in brt_pending_add()
1182 bre->bre_pcount++; in brt_pending_add()
1217 ASSERT(bre->bre_pcount > 0); in brt_pending_remove()
1218 bre->bre_pcount--; in brt_pending_remove()
1219 if (bre->bre_pcount == 0) in brt_pending_remove()
1250 while (bre->bre_pcount > 0) { in brt_pending_apply_vdev()
1253 bre->bre_pcount--; in brt_pending_apply_vdev()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h184 uint64_t bre_pcount; member