Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clstate.c2456 struct nfscllayouthead rlh; in nfscl_renewthread() local
2629 TAILQ_INIT(&rlh); in nfscl_renewthread()
2650 TAILQ_INSERT_HEAD(&rlh, lyp, nfsly_list); in nfscl_renewthread()
2701 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) { in nfscl_renewthread()
2702 TAILQ_REMOVE(&rlh, lyp, nfsly_list); in nfscl_renewthread()