Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_subr.c58 scred->scr_td = td; in smb_makescred()
61 scred->scr_td = NULL; in smb_makescred()
H A Dsmb_subr.h89 struct thread * scr_td; member
H A Dsmb_iod.c361 if (smb_td_intr(rqp->sr_cred->scr_td)) { in smb_iod_recvall()
405 if (rqp->sr_cred->scr_td != NULL && in smb_iod_addrq()
406 rqp->sr_cred->scr_td->td_proc == iod->iod_p) { in smb_iod_addrq()
H A Dsmb_rq.c193 if (smb_td_intr(rqp->sr_cred->scr_td)) in smb_rq_enqueue()
259 return smb_td_intr(rqp->sr_cred->scr_td); in smb_rq_intr()
H A Dsmb_smb.c104 if (scred->scr_td->td_proc == vcp->vc_iod->iod_p) in smb_smb_nomux()