Home | History | Annotate | Download | only in client

Lines Matching defs:myiod

249 	int myiod, timo;
253 myiod = (int *)instance - nfs_asyncdaemon;
258 while (((nmp = ncl_iodmount[myiod]) == NULL)
260 if (myiod >= ncl_iodmax)
264 if (ncl_iodwant[myiod] == NFSIOD_NOT_AVAILABLE)
265 ncl_iodwant[myiod] = NFSIOD_AVAILABLE;
266 ncl_iodmount[myiod] = NULL;
270 timo = (myiod < nfs_iodmin) ? 0 : nfs_iodmaxidle * hz;
271 error = msleep(&ncl_iodwant[myiod], &ncl_iod_mutex, PWAIT | PCATCH,
274 nmp = ncl_iodmount[myiod];
312 nmp = ncl_iodmount[myiod];
323 myiod, nmp));
324 ncl_iodmount[myiod] = NULL;
331 nfs_asyncdaemon[myiod] = 0;
334 ncl_iodwant[myiod] = NFSIOD_NOT_AVAILABLE;
335 ncl_iodmount[myiod] = NULL;