Lines Matching refs:tm
1922 static void record_wakeup_time(struct timespec *tm, enum wakeup_reason reason, in record_wakeup_time() argument
1925 wi->wakeup_tm = *tm; in record_wakeup_time()
1927 wi->last_event_tm = *tm; in record_wakeup_time()
1937 struct wakeup_info *wi, struct timespec *tm) { in killinfo_log() argument
1952 android_log_write_int32(ctx, (int32_t)get_time_diff_ms(&wi->last_event_tm, tm)); in killinfo_log()
1953 android_log_write_int32(ctx, (int32_t)get_time_diff_ms(&wi->prev_wakeup_tm, tm)); in killinfo_log()
2132 union meminfo *mi, struct wakeup_info *wi, struct timespec *tm) { in kill_one_process() argument
2195 last_kill_tm = *tm; in kill_one_process()
2203 killinfo_log(procp, min_oom_score, rss_kb, swap_kb, ki->kill_reason, mi, wi, tm); in kill_one_process()
2211 killinfo_log(procp, min_oom_score, rss_kb, swap_kb, NONE, mi, wi, tm); in kill_one_process()
2242 struct wakeup_info *wi, struct timespec *tm) { in find_and_kill_process() argument
2266 killed_size = kill_one_process(procp, min_score_adj, ki, mi, wi, tm); in find_and_kill_process()