Searched refs:EM_USECS_TO_TICKS (Results 1 – 1 of 1) sorted by relevance
633 #define EM_USECS_TO_TICKS(usecs) ((1000 * (usecs) + 512) / 1024) macro5397 ticks = EM_USECS_TO_TICKS(usecs); in em_sysctl_int_delay()