Searched refs:TICKS_PER_SEC (Results 1 – 4 of 4) sorted by relevance
71 #ifndef TICKS_PER_SEC72 #define TICKS_PER_SEC 100 macro79 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))83 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))87 #define GKI_TICKS_TO_MS(x) ((x)*1000 / TICKS_PER_SEC)91 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
109 #ifndef TICKS_PER_SEC110 #define TICKS_PER_SEC 100 macro
87 #ifdef TICKS_PER_SEC88 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))89 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))90 #define GKI_TICKS_TO_MS(x) ((x) * (1000 / TICKS_PER_SEC))91 #define GKI_TICKS_TO_SECS(x) ((x) * (1 / TICKS_PER_SEC))
54 #define LINUX_SEC (1000 / TICKS_PER_SEC)