Searched refs:r_thread (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c1870 error = nfs_sigintr(nmp, req, req->r_thread, 0);
1893 error = nfs_sigintr(nmp, req, req->r_thread, 0);
2992 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 1)))
3028 slpflag = (NMFLAG(nmp, INTR) && req->r_thread) ? PCATCH : 0;
3040 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 1)))
3202 error2 = nfs_sigintr(req->r_nmp, req, req->r_thread, 0);
3472 if (req->r_nmp && NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR))
3479 if ((error = nfs_sigintr(req->r_nmp, req, first ? NULL : req->r_thread, 0)))
3511 if (nfs_noremotehang(req->r_thread))
3600 req->r_thread
[all...]
H A Dnfs_gss.c349 if (req->r_thread == NULL) {
452 slpflag |= (NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) ? PCATCH : 0;
503 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 0)))
525 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 0))) {
1249 error = nfs_request_gss(req->r_nmp->nm_mountp, &nmreq, req->r_thread, req->r_cred,
H A Dnfs.h895 thread_t r_thread; /* thread that did I/O system call */ member in struct:nfsreq
H A Dnfs_bio.c1662 thd = req->r_thread;
2818 thd = req->r_thread;

Completed in 48 milliseconds