Searched refs:SECOND (Results 1 – 11 of 11) sorted by relevance
170 #define SECOND (MS(1000)) /* A second's worth of micro-seconds. */ macro219 if ((usecs <<= 1) > SECOND)220 usecs = SECOND;238 if ((usecs <<= 1) > SECOND)239 usecs = SECOND;
208 #define SECOND(t) t*1000 macro211 #define ERI_NTRIES_LOW (SECOND(5)/ERI_TICKS) /* 5 Seconds */212 #define ERI_NTRIES_HIGH (SECOND(5)/ERI_TICKS) /* 5 Seconds */213 #define ERI_NTRIES_LOW_10 (SECOND(2)/ERI_TICKS) /* 2 Seconds */214 #define ERI_LINKDOWN_TIME (SECOND(2)/ERI_TICKS) /* 2 Seconds */225 #define ERI_LINKCHECK_TIMER SECOND(3)230 #define ERI_P_FAULT_TIMER SECOND(3)
5470 *link_timeout = SECOND(1); in eri_xcvr_force_mode()
148 tmb.tv_sec = tm/SECOND;149 tmb.tv_usec = (tm%SECOND)*SECOND;
191 tmb.tv_sec = tm/SECOND;192 tmb.tv_usec = (tm%SECOND)*SECOND;
553 #define SECOND 1000 /* millisecond units */ macro
58 #define SECOND (1<<15) macro789 flags |= SECOND; in tmxdate()926 flags |= SECOND; in tmxdate()935 flags |= SECOND; in tmxdate()986 set |= SECOND; in tmxdate()1154 set |= SECOND; in tmxdate()1367 set |= SECOND; in tmxdate()1676 if ((set|state) & (EXACT|SECOND)) in tmxdate()1680 set |= SECOND; in tmxdate()
188 #define SECOND 1000000 /* micro seconds */ macro
77 #define SECOND 1000000 /* One second in usec */ macro
971 (void *)n2rng, drv_usectohz(seconds * SECOND)); in n2rng_config_retry()
134 #define STALETIME (30 * SECOND)849 drv_usectohz(SECOND)); in dca_attach()2643 drv_usectohz(SECOND)); in dca_jobtimeout()