Searched refs:nfs_clnt_list (Results 1 – 1 of 1) sorted by relevance
218 static list_t nfs_clnt_list; variable744 nfscl = list_head(&nfs_clnt_list); in clreclaim()745 for (; nfscl != NULL; nfscl = list_next(&nfs_clnt_list, nfscl)) in clreclaim()3448 list_insert_head(&nfs_clnt_list, nfscl); in clinit_zone()3463 list_remove(&nfs_clnt_list, nfscl); in clfini_zone()3491 nfscl = list_head(&nfs_clnt_list); in clcleanup_zone()3492 for (; nfscl != NULL; nfscl = list_next(&nfs_clnt_list, nfscl)) { in clcleanup_zone()3561 list_create(&nfs_clnt_list, sizeof (struct nfs_clnt), in nfs_subrinit()