Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c2296 * When starting the IPI RT pushing, the rto_cpu is set to -1, in rto_next_cpu()
2300 * If rto_next_cpu() is called with rto_cpu is a valid CPU, it in rto_next_cpu()
2309 /* When rto_cpu is -1 this acts like cpumask_first() */ in rto_next_cpu()
2310 cpu = cpumask_next(rd->rto_cpu, rd->rto_mask); in rto_next_cpu()
2312 rd->rto_cpu = cpu; in rto_next_cpu()
2318 rd->rto_cpu = -1; in rto_next_cpu()
2362 * The rto_cpu is updated under the lock, if it has a valid CPU in tell_cpu_to_push()
2367 if (rq->rd->rto_cpu < 0) { in tell_cpu_to_push()
H A Dsched.h893 int rto_cpu; member
H A Dtopology.c541 rd->rto_cpu = -1; in init_rootdomain()

Completed in 11 milliseconds