Home
last modified time | relevance | path

Searched refs:wake_up_time (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/sound/sof/
H A Ddai-intel.h162 * The parameter wake_up_time describes how long time the microphone needs
188 uint32_t wake_up_time; /**< Time from clock start to data (us) */ member
/kernel/linux/linux-6.6/include/sound/sof/
H A Ddai-intel.h168 * The parameter wake_up_time describes how long time the microphone needs
194 uint32_t wake_up_time; /**< Time from clock start to data (us) */ member
/kernel/linux/linux-5.10/tools/perf/
H A 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()
1247 * then we should not set the ->wake_up_time when wake up a in latency_wakeup_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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c124 u64 wake_up_time; member
1075 atom->wake_up_time = atom->sched_out_time; in add_sched_out_event()
1110 if (timestamp < atom->wake_up_time) { in add_sched_in_event()
1118 delta = atom->sched_in_time - atom->wake_up_time; in add_sched_in_event()
1122 atoms->max_lat_start = atom->wake_up_time; in add_sched_in_event()
1269 * then we should not set the ->wake_up_time when wake up a in latency_wakeup_event()
1286 atom->wake_up_time = timestamp; in latency_wakeup_event()
1332 atom->sched_in_time = atom->sched_out_time = atom->wake_up_time = timestamp; in latency_migrate_task_event()

Completed in 11 milliseconds