Searched refs:w_refcount (Results 1 – 3 of 3) sorted by relevance
558 w->w_refcount++; in wtab_alloc()566 w->w_refcount = 1; in wtab_alloc()586 if (--w->w_refcount > 0) in wtab_destroy()
66 int w_refcount; member
227 uint32_t w_refcount; member945 MPASS(w->w_refcount > 0); in witness_destroy()946 w->w_refcount--; in witness_destroy()948 if (w->w_refcount == 0) in witness_destroy()1003 w->w_ddb_level, w->w_refcount); in witness_ddb_display_descendants()1076 if (w->w_file != NULL || w->w_refcount == 0) in witness_ddb_display()2204 w->w_refcount = 1; in enroll()2220 w->w_refcount++; in enroll()2221 if (w->w_refcount == 1) in enroll()2235 MPASS(w->w_refcount == 0); in depart()