Home
last modified time | relevance | path

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

/NextBSD/sys/net/altq/
HDaltq_red.h127 int w_refcount; member
HDaltq_red.c641 w->w_refcount++; in wtab_alloc()
649 w->w_refcount = 1; in wtab_alloc()
669 if (--w->w_refcount > 0) in wtab_destroy()
/NextBSD/sys/kern/
HDsubr_witness.c235 uint32_t w_refcount; member
913 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()