Home
last modified time | relevance | path

Searched refs:smb_timo_notice (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h123 extern int smb_timo_notice;
H A Dsmb_iod.c1297 if (smb_timo_notice && (smb_timo_notice < rqp->sr_timo)) in smb_iod_waitrq()
1298 tmo1 = SEC_TO_TICK(smb_timo_notice); in smb_iod_waitrq()
H A Dsmb_smb.c90 int smb_timo_notice = 15; variable