Searched refs:ncl_iodwant (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c83 extern enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON];
1708 ncl_iodwant[i] = NFSIOD_AVAILABLE;
H A Dnfs_clbio.c66 extern enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON];
1427 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) {
1444 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE;
1447 wakeup(&ncl_iodwant[iod]);
H A Dnfs_clsubs.c82 extern enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON];
106 if (ncl_iodwant[i] == NFSIOD_AVAILABLE)
107 wakeup(&ncl_iodwant[i]);
376 ncl_iodwant[i] = NFSIOD_NOT_AVAILABLE;
H A Dnfs_clnfsiod.c76 enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON]; variable in typeref:enum:nfsiod_state
154 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE)
155 wakeup(&ncl_iodwant[iod]);
186 ncl_iodwant[i] = NFSIOD_AVAILABLE;
262 if (ncl_iodwant[myiod] == NFSIOD_NOT_AVAILABLE)
263 ncl_iodwant[myiod] = NFSIOD_AVAILABLE;
269 error = msleep(&ncl_iodwant[myiod], &ncl_iod_mutex, PWAIT | PCATCH,
332 ncl_iodwant[myiod] = NFSIOD_NOT_AVAILABLE;

Completed in 197 milliseconds