Searched refs:rto_mask (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | rt.c | 294 cpumask_set_cpu(rq->cpu, rq->rd->rto_mask); in rt_set_overload() 315 cpumask_clear_cpu(rq->cpu, rq->rd->rto_mask); in rt_clear_overload() 2209 * the rto_mask. in rto_next_cpu() 2212 * will return the next CPU found in the rto_mask. in rto_next_cpu() 2214 * If there are no more CPUs left in the rto_mask, then a check is made in rto_next_cpu() 2222 cpu = cpumask_next(rd->rto_cpu, rd->rto_mask); in rto_next_cpu() 2232 * ACQUIRE ensures we see the @rto_mask changes in rto_next_cpu() 2341 * see overloaded we must also see the rto_mask bit. in pull_rt_task() 2347 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task() 2357 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task() [all...] |
H A D | topology.c | 445 free_cpumask_var(rd->rto_mask); in free_rootdomain() 510 if (!zalloc_cpumask_var(&rd->rto_mask, GFP_KERNEL)) in init_rootdomain() 534 free_cpumask_var(rd->rto_mask); in init_rootdomain()
|
H A D | sched.h | 907 * For IPI pull requests, loop across the rto_mask. 922 cpumask_var_t rto_mask; member
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | rt.c | 352 cpumask_set_cpu(rq->cpu, rq->rd->rto_mask); in rt_set_overload() 373 cpumask_clear_cpu(rq->cpu, rq->rd->rto_mask); in rt_clear_overload() 2431 * the rto_mask. in rto_next_cpu() 2434 * will return the next CPU found in the rto_mask. in rto_next_cpu() 2436 * If there are no more CPUs left in the rto_mask, then a check is made in rto_next_cpu() 2444 cpu = cpumask_next(rd->rto_cpu, rd->rto_mask); in rto_next_cpu() 2454 * ACQUIRE ensures we see the @rto_mask changes in rto_next_cpu() 2564 * see overloaded we must also see the rto_mask bit. in pull_rt_task() 2570 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task() 2580 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task() [all...] |
H A D | topology.c | 480 free_cpumask_var(rd->rto_mask); in free_rootdomain() 545 if (!zalloc_cpumask_var(&rd->rto_mask, GFP_KERNEL)) in init_rootdomain() 570 free_cpumask_var(rd->rto_mask); in init_rootdomain()
|
H A D | sched.h | 968 * For IPI pull requests, loop across the rto_mask. 983 cpumask_var_t rto_mask; member
|
Completed in 27 milliseconds