Home
last modified time | relevance | path

Searched refs:nfs_iodwant (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/nfs/
H A Dnfs_bio.c35 extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
665 if (nfs_iodwant[i]) {
680 nfs_iodwant[i] = (struct proc *)0;
681 wakeup((caddr_t)&nfs_iodwant[i]);
H A Dnfs_syscalls.c52 extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
700 nfs_iodwant[myiod] = p;
701 error = tsleep((caddr_t)&nfs_iodwant[myiod],
H A Dnfs_subs.c492 extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
1080 nfs_iodwant[i] = (struct proc *)0;
H A Dnfs_vnops.c224 struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON]; variable