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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c96 static list_t nfs4_clnt_list; variable
1188 nfscl = list_head(&nfs4_clnt_list);
1189 for (; nfscl != NULL; nfscl = list_next(&nfs4_clnt_list, nfscl))
2779 list_insert_head(&nfs4_clnt_list, nfscl);
2795 list_remove(&nfs4_clnt_list, nfscl);
2823 nfscl = list_head(&nfs4_clnt_list);
2824 for (; nfscl != NULL; nfscl = list_next(&nfs4_clnt_list, nfscl)) {
2847 list_create(&nfs4_clnt_list, sizeof (struct nfs4_clnt),

Completed in 64 milliseconds