Searched refs:w_refcount (Results 1 – 3 of 3) sorted by relevance
561 w->w_refcount++; in wtab_alloc()569 w->w_refcount = 1; in wtab_alloc()589 if (--w->w_refcount > 0) in wtab_destroy()
67 int w_refcount; member
232 uint32_t w_refcount; member938 MPASS(w->w_refcount > 0); in witness_destroy()939 w->w_refcount--; in witness_destroy()941 if (w->w_refcount == 0) in witness_destroy()996 w->w_ddb_level, w->w_refcount); in witness_ddb_display_descendants()1069 if (w->w_file != NULL || w->w_refcount == 0) in witness_ddb_display()1920 w->w_refcount = 1; in enroll()1936 w->w_refcount++; in enroll()1937 if (w->w_refcount == 1) in enroll()1952 MPASS(w->w_refcount == 0); in depart()