Lines Matching refs:tm
1844 static void record_wakeup_time(struct timespec *tm, enum wakeup_reason reason, in record_wakeup_time() argument
1847 wi->wakeup_tm = *tm; in record_wakeup_time()
1849 wi->last_event_tm = *tm; in record_wakeup_time()
1859 struct wakeup_info *wi, struct timespec *tm) { in killinfo_log() argument
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()
2046 struct timespec *tm) { in kill_one_process() argument
2098 last_kill_tm = *tm; in kill_one_process()
2102 killinfo_log(procp, min_oom_score, tasksize, kill_reason, mi, wi, tm); in kill_one_process()
2132 union meminfo *mi, struct wakeup_info *wi, struct timespec *tm) { in find_and_kill_process() argument
2148 mi, wi, tm); in find_and_kill_process()