Searched refs:SH_GRACE (Results 1 – 3 of 3) sorted by relevance
304 #define SH_GRACE 12 /* set for timeout grace period */ macro
1946 if(sh_isstate(SH_GRACE)) in time_grace()1948 sh_offstate(SH_GRACE); in time_grace()1957 sh_onstate(SH_GRACE); in time_grace()2023 …timeout = (void*)sh_timeradd(sh_isstate(SH_GRACE)?1000L*TGRACE:1000L*shp->timeout,0,time_grace,shp… in slowread()
484 sh_offstate(SH_GRACE); in exfile()