Searched refs:MIN_TZ_ADJ (Results 1 – 2 of 2) sorted by relevance
521 result = (seconds / MIN_TZ_ADJ) * MIN_TZ_ADJ; in CIFSSMBNegotiate()522 remain = seconds % MIN_TZ_ADJ; in CIFSSMBNegotiate()523 if (remain >= (MIN_TZ_ADJ / 2)) in CIFSSMBNegotiate()524 result += MIN_TZ_ADJ; in CIFSSMBNegotiate()
510 #define MIN_TZ_ADJ (15 * 60) /* minimum grid for timezones in seconds */ macro