Lines Matching refs:iod
1377 int iod;
1408 * Find a free iod to process this request.
1410 for (iod = 0; iod < ncl_numasync; iod++)
1411 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) {
1426 NFS_DPF(ASYNCIO, ("ncl_asyncio: waking iod %d for mount %p\n",
1427 iod, nmp));
1428 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE;
1429 ncl_iodmount[iod] = nmp;
1431 wakeup(&ncl_iodwant[iod]);
1435 * If none are free, we may already have an iod working on this mount
1448 * If we have an iod which can process the request, then queue
1475 * We might have lost our iod while sleeping,