wake_up_time      171 include/sound/sof/dai-intel.h 	uint32_t wake_up_time;      /**< Time from clock start to data (us) */
wake_up_time      120 tools/perf/builtin-sched.c 	u64			wake_up_time;
wake_up_time     1049 tools/perf/builtin-sched.c 		atom->wake_up_time = atom->sched_out_time;
wake_up_time     1084 tools/perf/builtin-sched.c 	if (timestamp < atom->wake_up_time) {
wake_up_time     1092 tools/perf/builtin-sched.c 	delta = atom->sched_in_time - atom->wake_up_time;
wake_up_time     1259 tools/perf/builtin-sched.c 	atom->wake_up_time = timestamp;
wake_up_time     1305 tools/perf/builtin-sched.c 	atom->sched_in_time = atom->sched_out_time = atom->wake_up_time = timestamp;