Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netsmb/
Dsmb_subr.h101 int smb_td_intr(struct thread *);
Dsmb_subr.c68 smb_td_intr(struct thread *td) in smb_td_intr() function
Dsmb_rq.c194 if (smb_td_intr(rqp->sr_cred->scr_td)) in smb_rq_enqueue()
260 return smb_td_intr(rqp->sr_cred->scr_td); in smb_rq_intr()
Dsmb_iod.c364 if (smb_td_intr(rqp->sr_cred->scr_td)) { in smb_iod_recvall()
/freebsd-10-stable/sys/fs/smbfs/
Dsmbfs_io.c664 error = smb_td_intr(td); in smbfs_vinvalbuf()