Searched refs:scr_td (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/netsmb/
H A Dsmb_subr.h92 struct thread * scr_td; member in struct:smb_cred
H A Dsmb_subr.c61 scred->scr_td = td;
64 scred->scr_td = NULL;
H A Dsmb_iod.c366 if (smb_td_intr(rqp->sr_cred->scr_td)) {
410 if (rqp->sr_cred->scr_td != NULL &&
411 rqp->sr_cred->scr_td->td_proc == iod->iod_p) {
H A Dsmb_rq.c196 if (smb_td_intr(rqp->sr_cred->scr_td))
262 return smb_td_intr(rqp->sr_cred->scr_td);
H A Dsmb_smb.c107 if (scred->scr_td->td_proc == vcp->vc_iod->iod_p)

Completed in 105 milliseconds