Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/client/
H A Dnfs_clnfsiod.c136 int iod, newmax; in sysctl_iodmax() local
154 iod = ncl_numasync - 1; in sysctl_iodmax()
156 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) in sysctl_iodmax()
157 wakeup(&ncl_iodwant[iod]); in sysctl_iodmax()
158 iod--; in sysctl_iodmax()
H A Dnfs_clbio.c1377 int iod; in ncl_asyncio() local
1410 for (iod = 0; iod < ncl_numasync; iod++) in ncl_asyncio()
1411 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) { in ncl_asyncio()
1427 iod, nmp)); in ncl_asyncio()
1428 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE; in ncl_asyncio()
1429 ncl_iodmount[iod] = nmp; in ncl_asyncio()
1431 wakeup(&ncl_iodwant[iod]); in ncl_asyncio()
/netbsd/sys/nfs/
H A Dnfs_bio.c735 struct nfs_iod *iod; in nfs_asyncio() local
760 iod = LIST_FIRST(&nfs_iodlist_idle); in nfs_asyncio()
761 if (iod) { in nfs_asyncio()
766 LIST_REMOVE(iod, nid_idle); in nfs_asyncio()
767 mutex_enter(&iod->nid_lock); in nfs_asyncio()
769 KASSERT(iod->nid_mount == NULL); in nfs_asyncio()
770 iod->nid_mount = nmp; in nfs_asyncio()
771 cv_signal(&iod->nid_cv); in nfs_asyncio()
773 mutex_exit(&iod->nid_lock); in nfs_asyncio()
H A Dnfs_iod.c207 struct nfs_iod *iod; in nfs_iodbusy() local
211 LIST_FOREACH(iod, &nfs_iodlist_all, nid_all) { in nfs_iodbusy()
212 if (iod->nid_mount == nmp) in nfs_iodbusy()
/netbsd/external/bsd/am-utils/dist/
H A DChangeLog4981 hes{,iod}_resolve) but returns an error that confuses some