OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
2411
softn->ipf_nat_stats.
ns_active
--;
3075
if ((nsp->
ns_active
* 100 / softn->ipf_nat_table_max) >
3080
if (nsp->
ns_active
>= softn->ipf_nat_table_max) {
3104
(nsp->
ns_active
> 100)) {
3105
softn->ipf_nat_table_max = nsp->
ns_active
- 100;
3550
softn->ipf_nat_stats.
ns_active
++;
6797
&softn->ipf_nat_stats.
ns_active
,
Completed in 27 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026