Home
last modified time | relevance | path

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

/xen/xen/common/sched/
A Dnull.c127 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in unit_check_affinity()
130 return cpumask_test_cpu(cpu, cpumask_scratch_cpu(cpu)); in unit_check_affinity()
286 affinity_balance_cpumask(unit, bs, cpumask_scratch_cpu(cpu)); in pick_res()
287 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), cpus); in pick_res()
304 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in pick_res()
306 new_cpu = cpumask_first(cpumask_scratch_cpu(cpu)); in pick_res()
324 new_cpu = cpumask_any(cpumask_scratch_cpu(cpu)); in pick_res()
481 cpumask_and(cpumask_scratch_cpu(cpu), unit->cpu_hard_affinity, in null_unit_insert()
623 cpumask_and(cpumask_scratch_cpu(cpu), unit->cpu_hard_affinity, in null_unit_wake()
625 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in null_unit_wake()
[all …]
A Dcredit2.c740 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in get_fallback_cpu()
757 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in get_fallback_cpu()
789 cpu = cpumask_first(cpumask_scratch_cpu(cpu)); in get_fallback_cpu()
891 cpumask_clear(cpumask_scratch_cpu(cpu)); in cpu_runqueue_siblings_match()
909 cpumask_or(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in cpu_runqueue_siblings_match()
1672 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), online); in runq_tickle()
2403 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in csched2_res_pick()
2500 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in csched2_res_pick()
2502 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in csched2_res_pick()
2516 cpumask_and(cpumask_scratch_cpu(cpu), cpumask_scratch_cpu(cpu), in csched2_res_pick()
[all …]
A Dcredit.c423 cpumask_scratch_cpu(cpu)); in __runq_tickle()
424 cpumask_and(cpumask_scratch_cpu(cpu), in __runq_tickle()
425 cpumask_scratch_cpu(cpu), &idle_mask); in __runq_tickle()
426 new_idlers_empty = cpumask_empty(cpumask_scratch_cpu(cpu)); in __runq_tickle()
470 cpumask_scratch_cpu(cpu)); in __runq_tickle()
474 cpumask_or(&mask, &mask, cpumask_scratch_cpu(cpu)); in __runq_tickle()
716 cpumask_t *cpus = cpumask_scratch_cpu(cpu); in _csched_cpu_pick()
A Drt.c328 mask = cpumask_scratch_cpu(sched_unit_master(svc->unit)); in rt_dump_unit()
642 cpumask_t *cpus = cpumask_scratch_cpu(locked_cpu); in rt_res_pick_locked()
1000 cpumask_t *cpu_common = cpumask_scratch_cpu(cpu); in runq_pick()
1177 cpumask_t *not_tickled = cpumask_scratch_cpu(smp_processor_id()); in runq_tickle()
A Dcore.c509 cpumask_t *cpus = cpumask_scratch_cpu(cpu); in sched_select_initial_cpu()
1134 cpumask_and(cpumask_scratch_cpu(cpu), unit->cpu_hard_affinity, in restore_vcpu_affinity()
1136 if ( cpumask_empty(cpumask_scratch_cpu(cpu)) ) in restore_vcpu_affinity()
1142 cpumask_and(cpumask_scratch_cpu(cpu), unit->cpu_hard_affinity, in restore_vcpu_affinity()
1146 if ( cpumask_empty(cpumask_scratch_cpu(cpu)) ) in restore_vcpu_affinity()
1152 cpumask_and(cpumask_scratch_cpu(cpu), unit->cpu_hard_affinity, in restore_vcpu_affinity()
1157 res = get_sched_res(cpumask_any(cpumask_scratch_cpu(cpu))); in restore_vcpu_affinity()
2616 cpumask_t *mask = cpumask_scratch_cpu(cpu); in schedule()
A Dprivate.h207 #define cpumask_scratch_cpu(c) (&per_cpu(cpumask_scratch, c)) macro

Completed in 28 milliseconds