Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb_subr.h112 int smb_proc_intr(struct thread *td);
H A Dsmb_subr.c78 smb_proc_intr(struct thread *td) in smb_proc_intr() function
H A Dsmb_rq.c194 if (smb_proc_intr(rqp->sr_cred->scr_td)) in smb_rq_enqueue()
262 return smb_proc_intr(td); in smb_rq_intr()
H A Dsmb_iod.c385 if (smb_proc_intr(rqp->sr_cred->scr_td)) { in smb_iod_recvall()
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_io.c650 error = smb_proc_intr(curthread); in smbfs_vinvalbuf()