Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c2735 struct nfscllayouthead rlh; in nfscl_renewthread() local
2939 TAILQ_INIT(&rlh); in nfscl_renewthread()
2962 TAILQ_INSERT_HEAD(&rlh, lyp, nfsly_list); in nfscl_renewthread()
3016 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) { in nfscl_renewthread()
3017 TAILQ_REMOVE(&rlh, lyp, nfsly_list); in nfscl_renewthread()