Home
last modified time | relevance | path

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

/kernel/
Dcpu.c1431 int switch_err; in cpu_up() local
1452 switch_err = switch_to_rt_policy(); in cpu_up()
1473 if (!switch_err) { in cpu_up()
1474 switch_err = switch_to_fair_policy(); in cpu_up()
1475 if (switch_err) in cpu_up()
1477 switch_err, current->comm, current->pid); in cpu_up()