Home
last modified time | relevance | path

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

/kernel/
Dcpu.c1583 int switch_err; in cpu_up() local
1606 switch_err = switch_to_rt_policy(); in cpu_up()
1627 if (!switch_err) { in cpu_up()
1628 switch_err = switch_to_fair_policy(); in cpu_up()
1629 if (switch_err) in cpu_up()
1631 switch_err, current->comm, current->pid); in cpu_up()