Home
last modified time | relevance | path

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.c219 static list_t nfs_clnt_list; variable
745 nfscl = list_head(&nfs_clnt_list); in clreclaim()
746 for (; nfscl != NULL; nfscl = list_next(&nfs_clnt_list, nfscl)) in clreclaim()
3449 list_insert_head(&nfs_clnt_list, nfscl); in clinit_zone()
3464 list_remove(&nfs_clnt_list, nfscl); in clfini_zone()
3492 nfscl = list_head(&nfs_clnt_list); in clcleanup_zone()
3493 for (; nfscl != NULL; nfscl = list_next(&nfs_clnt_list, nfscl)) { in clcleanup_zone()
3562 list_create(&nfs_clnt_list, sizeof (struct nfs_clnt), in nfs_subrinit()