Searched refs:iod (Results 1 – 5 of 5) sorted by relevance
136 int iod, newmax; in sysctl_iodmax() local154 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()
1377 int iod; in ncl_asyncio() local1410 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()
735 struct nfs_iod *iod; in nfs_asyncio() local760 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()
207 struct nfs_iod *iod; in nfs_iodbusy() local211 LIST_FOREACH(iod, &nfs_iodlist_all, nid_all) { in nfs_iodbusy()212 if (iod->nid_mount == nmp) in nfs_iodbusy()
4981 hes{,iod}_resolve) but returns an error that confuses some