HomeSort by: relevance | last modified time | path
    Searched refs:ncl_iodwant (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clnfsiod.c 78 enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON]; variable in typeref:enum:nfsiod_state[]
156 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE)
157 wakeup(&ncl_iodwant[iod]);
188 ncl_iodwant[i] = NFSIOD_AVAILABLE;
264 if (ncl_iodwant[myiod] == NFSIOD_NOT_AVAILABLE)
265 ncl_iodwant[myiod] = NFSIOD_AVAILABLE;
271 error = msleep(&ncl_iodwant[myiod], &ncl_iod_mutex, PWAIT | PCATCH,
334 ncl_iodwant[myiod] = NFSIOD_NOT_AVAILABLE;
nfs_clsubs.c 84 extern enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON];
108 if (ncl_iodwant[i] == NFSIOD_AVAILABLE)
109 wakeup(&ncl_iodwant[i]);
375 ncl_iodwant[i] = NFSIOD_NOT_AVAILABLE;
nfs_clbio.c 59 extern enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON];
1411 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) {
1428 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE;
1431 wakeup(&ncl_iodwant[iod]);
nfs_clvfsops.c 86 extern enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON];
1689 ncl_iodwant[i] = NFSIOD_AVAILABLE;

Completed in 26 milliseconds