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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c1738 error = nfs_sigintr(nmp, req, req->r_thread, 0);
1761 error = nfs_sigintr(nmp, req, req->r_thread, 0);
2860 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 1)))
2896 slpflag = (NMFLAG(nmp, INTR) && req->r_thread) ? PCATCH : 0;
2908 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 1)))
3070 error2 = nfs_sigintr(req->r_nmp, req, req->r_thread, 0);
3340 if (req->r_nmp && NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR))
3347 if ((error = nfs_sigintr(req->r_nmp, req, first ? NULL : req->r_thread, 0)))
3379 if (nfs_noremotehang(req->r_thread))
3468 req->r_thread
[all...]
H A Dnfs_gss.c330 if (req->r_thread == NULL) {
432 slpflag |= (NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) ? PCATCH : 0;
483 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 0)))
505 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 0))) {
1228 error = nfs_request_gss(req->r_nmp->nm_mountp, &nmreq, req->r_thread, req->r_cred,
H A Dnfs.h892 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 44 milliseconds