Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_sched_switch.c39 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
48 tracing_record_taskinfo_sched_switch(current, wakee, flags); in probe_sched_wakeup()
Dtrace_sched_wakeup.c403 struct task_struct *wakee, in tracing_sched_wakeup_trace() argument
420 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
421 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()
422 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()
423 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()