Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/sof/
Ddai-intel.h188 uint32_t wake_up_time; /**< Time from clock start to data (us) */ member
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-sched.c123 u64 wake_up_time; member
1053 atom->wake_up_time = atom->sched_out_time; in add_sched_out_event()
1088 if (timestamp < atom->wake_up_time) { in add_sched_in_event()
1096 delta = atom->sched_in_time - atom->wake_up_time; in add_sched_in_event()
1100 atoms->max_lat_start = atom->wake_up_time; in add_sched_in_event()
1264 atom->wake_up_time = timestamp; in latency_wakeup_event()
1310 atom->sched_in_time = atom->sched_out_time = atom->wake_up_time = timestamp; in latency_migrate_task_event()