Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Drt.c83 rt_rq->rt_nr_migratory = 0; in init_rt_rq()
303 if (rt_rq->rt_nr_migratory && rt_rq->rt_nr_total > 1) { in update_rt_migration()
326 rt_rq->rt_nr_migratory++; in inc_rt_migration()
343 rt_rq->rt_nr_migratory--; in dec_rt_migration()
2090 BUG_ON(!rq->rt.rt_nr_migratory); in set_cpus_allowed_rt()
2091 rq->rt.rt_nr_migratory--; in set_cpus_allowed_rt()
2095 rq->rt.rt_nr_migratory++; in set_cpus_allowed_rt()
Dsched.h446 unsigned long rt_nr_migratory; member