Lines Matching defs:iod
1405 int iod;
1436 * Find a free iod to process this request.
1438 for (iod = 0; iod < ncl_numasync; iod++)
1439 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) {
1454 NFS_DPF(ASYNCIO, ("ncl_asyncio: waking iod %d for mount %p\n",
1455 iod, nmp));
1456 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE;
1457 ncl_iodmount[iod] = nmp;
1459 wakeup(&ncl_iodwant[iod]);
1463 * If none are free, we may already have an iod working on this mount
1476 * If we have an iod which can process the request, then queue
1503 * We might have lost our iod while sleeping,