Home
last modified time | relevance | path

Searched refs:w_refcount (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_red.c558 w->w_refcount++; in wtab_alloc()
566 w->w_refcount = 1; in wtab_alloc()
586 if (--w->w_refcount > 0) in wtab_destroy()
H A Daltq_red.h66 int w_refcount; member
/freebsd/sys/kern/
H A Dsubr_witness.c227 uint32_t w_refcount; member
945 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()