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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c218 static list_t nfs_clnt_list; variable
744 nfscl = list_head(&nfs_clnt_list);
745 for (; nfscl != NULL; nfscl = list_next(&nfs_clnt_list, nfscl))
3391 list_insert_head(&nfs_clnt_list, nfscl);
3406 list_remove(&nfs_clnt_list, nfscl);
3434 nfscl = list_head(&nfs_clnt_list);
3435 for (; nfscl != NULL; nfscl = list_next(&nfs_clnt_list, nfscl)) {
3504 list_create(&nfs_clnt_list, sizeof (struct nfs_clnt),

Completed in 67 milliseconds