Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_subr.h100 int smb_td_intr(struct thread *);
H A Dsmb_subr.c67 smb_td_intr(struct thread *td) in smb_td_intr() function
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_iod.c361 if (smb_td_intr(rqp->sr_cred->scr_td)) { in smb_iod_recvall()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c633 error = smb_td_intr(td); in smbfs_vinvalbuf()