Searched refs:get_time_diff_ms (Results 1 – 1 of 1) sorted by relevance
/system/memory/lmkd/ |
D | lmkd.cpp | 927 static inline long get_time_diff_ms(struct timespec *from, in get_time_diff_ms() function 1311 if (get_time_diff_ms(&last_req_tm, &curr_tm) < in cmd_target() 1874 android_log_write_int32(ctx, (int32_t)get_time_diff_ms(&wi->last_event_tm, tm)); in killinfo_log() 1875 android_log_write_int32(ctx, (int32_t)get_time_diff_ms(&wi->prev_wakeup_tm, tm)); in killinfo_log() 1989 get_time_diff_ms(&last_kill_tm, &curr_tm)); in stop_wait_for_proc_kill() 1992 get_time_diff_ms(&last_kill_tm, &curr_tm)); in stop_wait_for_proc_kill() 2338 get_time_diff_ms(&last_kill_tm, &curr_tm) < static_cast<long>(kill_timeout_ms))) { in mp_event_psi() 2406 if (watermarks.high_wmark == 0 || get_time_diff_ms(&wmark_update_tm, &curr_tm) > 60000) { in mp_event_psi() 2592 get_time_diff_ms(&last_kill_tm, &curr_tm) < static_cast<long>(kill_timeout_ms)) { in mp_event_common() 2738 if (get_time_diff_ms(&last_report_tm, &curr_tm) < FAIL_REPORT_RLIMIT_MS) { in mp_event_common() [all …]
|