Home
last modified time | relevance | path

Searched refs:ln_niinit_self (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dmodule.c54 if (!the_lnet.ln_niinit_self) { in lnet_configure()
57 the_lnet.ln_niinit_self = 1; in lnet_configure()
73 if (the_lnet.ln_niinit_self) { in lnet_unconfigure()
74 the_lnet.ln_niinit_self = 0; in lnet_unconfigure()
Dapi-ni.c1304 LASSERT(!the_lnet.ln_niinit_self); in LNetNIFini()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h590 int ln_niinit_self; member