smb_proc_intr
if (smb_proc_intr(rqp->sr_cred->scr_td)) {
if (smb_proc_intr(rqp->sr_cred->scr_td))
return smb_proc_intr(td);
int smb_proc_intr(struct thread *td);
error = smb_proc_intr(curthread);