Searched refs:w_refcount (Results 1 – 3 of 3) sorted by relevance
127 int w_refcount; member
641 w->w_refcount++; in wtab_alloc()649 w->w_refcount = 1; in wtab_alloc()669 if (--w->w_refcount > 0) in wtab_destroy()
235 uint32_t w_refcount; member913 MPASS(w->w_refcount > 0); in witness_destroy()914 w->w_refcount--; in witness_destroy()916 if (w->w_refcount == 0) in witness_destroy()972 w->w_ddb_level, w->w_refcount); in witness_ddb_display_descendants()1048 if (w->w_file != NULL || w->w_refcount == 0) in witness_ddb_display()1863 w->w_refcount = 1; in enroll()1879 w->w_refcount++; in enroll()1894 MPASS(w->w_refcount == 0); in depart()