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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_socket.c592 error = nfs_sigintr(nmp, req, req->r_thread, 0);
615 error = nfs_sigintr(nmp, req, req->r_thread, 0);
705 error = nfs_sigintr(req->r_nmp, req, req->r_thread, 0);
749 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 1)))
777 slpflag = ((nmp->nm_flag & NFSMNT_INT) && req->r_thread) ? PCATCH : 0;
788 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 1)))
947 error2 = nfs_sigintr(req->r_nmp, req, req->r_thread, 0);
1291 if ((nmp->nm_flag & NFSMNT_INT) && req->r_thread)
1298 if ((error = nfs_sigintr(nmp, req, req->r_thread, 0)))
1326 if (nfs_noremotehang(req->r_thread))
[all...]
H A Dnfs_gss.c282 if (req->r_thread == NULL) {
433 slpflag = (PZERO-1) | PDROP | (((nmp->nm_flag & NFSMNT_INT) && req->r_thread) ? PCATCH : 0);
435 if ((error = nfs_sigintr(nmp, req, req->r_thread, 0)))
454 slpflag = (PZERO-1) | (((nmp->nm_flag & NFSMNT_INT) && req->r_thread) ? PCATCH : 0);
456 if ((error = nfs_sigintr(nmp, req, req->r_thread, 0))) {
1086 req->r_thread, req->r_cred, 0, &nmrep, &xid, &status);
1203 kr = task_get_gssd_port(get_threadtask(req->r_thread), &cp->gss_clnt_mport);
H A Dnfs.h823 thread_t r_thread; /* thread that did I/O system call */ member in struct:nfsreq
H A Dnfs_bio.c1626 thd = req->r_thread;
2917 thd = req->r_thread;

Completed in 98 milliseconds