Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c2107 * When starting the IPI RT pushing, the rto_cpu is set to -1, in rto_next_cpu()
2111 * If rto_next_cpu() is called with rto_cpu is a valid CPU, it in rto_next_cpu()
2121 /* When rto_cpu is -1 this acts like cpumask_first() */ in rto_next_cpu()
2122 cpu = cpumask_next(rd->rto_cpu, rd->rto_mask); in rto_next_cpu()
2124 rd->rto_cpu = cpu; in rto_next_cpu()
2129 rd->rto_cpu = -1; in rto_next_cpu()
2172 * The rto_cpu is updated under the lock, if it has a valid CPU in tell_cpu_to_push()
2177 if (rq->rd->rto_cpu < 0) in tell_cpu_to_push()
H A Dtopology.c542 rd->rto_cpu = -1; in init_rootdomain()
H A Dsched.h1000 int rto_cpu; member