Searched refs:S_TO_MS (Results 1 – 3 of 3) sorted by relevance
90 schedule_memstat_work(&g_mem_stat, usecs_to_jiffies(S_TO_MS)); in tzdebug_memstat()309 timedif = S_TO_MS * (nowtime.ts.tv_sec - g_memstat_check_time.ts.tv_sec) + in auto_report_memstat()341 timedif = S_TO_MS * (nowtime.ts.tv_sec - monitor->sendtime.ts.tv_sec) + in show_timeout_cmd_info()345 if ((timedif > CMD_MAX_EXECUTE_TIME * S_TO_MS) && (!monitor->is_reported)) { in show_timeout_cmd_info()362 timedif2 = S_TO_MS * (nowtime.ts.tv_sec - monitor->lasttime.ts.tv_sec) + in show_timeout_cmd_info()366 if (timedif2 > time_in_sec * S_TO_MS) { in show_timeout_cmd_info()562 (nowtime.ts.tv_nsec - item->sendtime.ts.tv_nsec) / S_TO_MS; in cmd_monitor_logend()
37 #define S_TO_MS 1000 macro
90 #define FIND_SMC_ENTRY_RETRY_MAX_COUNT (CMD_MAX_EXECUTE_TIME * S_TO_MS / FIND_SMC_ENTRY_SLEEP)