Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Dbrt.c868 bre->bre_pcount = 0; in brt_entry_fill()
1108 bre->bre_pcount = 0; in brt_entry_decref()
1118 bre->bre_pcount--; in brt_entry_decref()
1206 newbre->bre_pcount = 1; in brt_pending_add()
1214 bre->bre_pcount++; in brt_pending_add()
1249 ASSERT(bre->bre_pcount > 0); in brt_pending_remove()
1250 bre->bre_pcount--; in brt_pending_remove()
1251 if (bre->bre_pcount == 0) in brt_pending_remove()
1282 while (bre->bre_pcount > 0) { in brt_pending_apply_vdev()
1285 bre->bre_pcount--; in brt_pending_apply_vdev()
[all …]
/src/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h185 uint64_t bre_pcount; member