Searched refs:ns_active (Results 1 – 5 of 5) sorted by relevance
64 bool_t ns_active; /* TRUE if we own a lock */ member315 if (ns->ns_active) { in nlm_advlock_internal()317 ns->ns_active = FALSE; in nlm_advlock_internal()334 if (!ns->ns_active) { in nlm_advlock_internal()344 ns->ns_active = TRUE; in nlm_advlock_internal()355 if (ns->ns_active) { in nlm_advlock_internal()357 ns->ns_active = FALSE; in nlm_advlock_internal()1133 newns->ns_active = FALSE; in nlm_find_svid()1168 KASSERT(!ns->ns_active, ("Freeing active SVID")); in nlm_free_svid()
501 printf("%u\tactive\n", nsp->ns_active);
979 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >984 if (nsp->ns_active >= softn->ipf_nat_table_max) {1008 (nsp->ns_active > 100)) {1009 softn->ipf_nat_table_max = nsp->ns_active - 100;
527 u_int ns_active; member
2440 softn->ipf_nat_stats.ns_active--;3119 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >3124 if (nsp->ns_active >= softn->ipf_nat_table_max) {3148 (nsp->ns_active > 100)) {3149 softn->ipf_nat_table_max = nsp->ns_active - 100;3602 softn->ipf_nat_stats.ns_active++;6905 &softn->ipf_nat_stats.ns_active,