Home
last modified time | relevance | path

Searched refs:last_kill_tm (Results 1 – 1 of 1) sorted by relevance

/system/memory/lmkd/
Dlmkd.cpp188 static struct timespec last_kill_tm; variable
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()
2098 last_kill_tm = *tm; in kill_one_process()
2338 get_time_diff_ms(&last_kill_tm, &curr_tm) < static_cast<long>(kill_timeout_ms))) { in mp_event_psi()
2592 get_time_diff_ms(&last_kill_tm, &curr_tm) < static_cast<long>(kill_timeout_ms)) { in mp_event_common()
3162 delay = kill_timeout_ms - get_time_diff_ms(&last_kill_tm, &curr_tm); in mainloop()