HomeSort by: relevance | last modified time | path
    Searched refs:ns_active (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_advlock.c 66 bool_t ns_active; /* TRUE if we own a lock */ member in struct:nlm_file_svid
319 if (ns->ns_active) {
321 ns->ns_active = FALSE;
338 if (!ns->ns_active) {
348 ns->ns_active = TRUE;
359 if (ns->ns_active) {
361 ns->ns_active = FALSE;
1175 newns->ns_active = FALSE;
1210 KASSERT(!ns->ns_active, ("Freeing active SVID"));
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 545 u_int ns_active; member in struct:natstat
ip_nat6.c 955 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
960 if (nsp->ns_active >= softn->ipf_nat_table_max) {
984 (nsp->ns_active > 100)) {
985 softn->ipf_nat_table_max = nsp->ns_active - 100;
ip_nat.c 2410 softn->ipf_nat_stats.ns_active--;
3074 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
3079 if (nsp->ns_active >= softn->ipf_nat_table_max) {
3103 (nsp->ns_active > 100)) {
3104 softn->ipf_nat_table_max = nsp->ns_active - 100;
3549 softn->ipf_nat_stats.ns_active++;
6796 &softn->ipf_nat_stats.ns_active,

Completed in 22 milliseconds