Searched refs:ng_units_in_use (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/netgraph/
H A Dng_sppp.c105 static unsigned char ng_units_in_use = 0; variable
142 ng_units_in_use++;
161 ng_units_in_use--;
162 if (ng_units_in_use == 0) {
H A Dng_fec.c266 static int ng_units_in_use = 0; variable
308 ng_units_in_use++;
335 ng_units_in_use--;
336 if (ng_units_in_use == 0) { /* XXX make SMP safe */

Completed in 156 milliseconds