Searched refs:w_refcount (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c232 uint32_t w_refcount; member in struct:witness
895 MPASS(w->w_refcount > 0);
896 w->w_refcount--;
898 if (w->w_refcount == 0)
954 w->w_ddb_level, w->w_refcount);
1027 if (w->w_file != NULL || w->w_refcount == 0)
1835 w->w_refcount = 1;
1851 w->w_refcount++;
1852 if (w->w_refcount == 1)
1868 MPASS(w->w_refcount
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_red.c641 w->w_refcount++;
649 w->w_refcount = 1;
669 if (--w->w_refcount > 0)
H A Daltq_red.h127 int w_refcount; member in struct:wtab

Completed in 90 milliseconds