Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_red.c561 w->w_refcount++; in wtab_alloc()
569 w->w_refcount = 1; in wtab_alloc()
589 if (--w->w_refcount > 0) in wtab_destroy()
H A Daltq_red.h67 int w_refcount; member
/f-stack/freebsd/kern/
H A Dsubr_witness.c232 uint32_t w_refcount; member
938 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()