Searched refs:_ss_ (Results 1 – 1 of 1) sorted by relevance
62 #define CALCULATE_TIMEOUT(_ss_, _type_) do { \ argument65 overflow = (_type_)tmax - (_type_)(_ss_)->time; \66 if ((_ss_)->timeout > (time_t)overflow) { \67 (_ss_)->timeout_ovf = 1; \68 (_ss_)->calc_timeout = (_ss_)->timeout - (time_t)overflow; \70 (_ss_)->timeout_ovf = 0; \71 (_ss_)->calc_timeout = (_ss_)->time + (_ss_)->timeout; \