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

/linux-master/kernel/trace/
H A Dtrace_sched_wakeup.c30 static bool wakeup_dl; variable
545 * - wakeup_dl handles tasks belonging to sched_dl class only.
547 if (tracing_dl || (wakeup_dl && !dl_task(p)) ||
691 wakeup_dl = false;
701 wakeup_dl = false;
711 wakeup_dl = true;
784 .name = "wakeup_dl",

Completed in 151 milliseconds