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
230 uint32_t w_refcount; member939 MPASS(w->w_refcount > 0); in witness_destroy()940 w->w_refcount--; in witness_destroy()942 if (w->w_refcount == 0) in witness_destroy()997 w->w_ddb_level, w->w_refcount); in witness_ddb_display_descendants()1070 if (w->w_file != NULL || w->w_refcount == 0) in witness_ddb_display()1921 w->w_refcount = 1; in enroll()1937 w->w_refcount++; in enroll()1938 if (w->w_refcount == 1) in enroll()1953 MPASS(w->w_refcount == 0); in depart()