Home
last modified time | relevance | path

Searched defs:new_cpu (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
Dirq.c103 int irq, new_cpu; in migrate_irqs() local
/linux-4.4.14/kernel/sched/
Dcpudeadline.c134 int old_idx, new_cpu; in cpudl_set() local
Dcore.c1070 static struct rq *move_queued_task(struct rq *rq, struct task_struct *p, int new_cpu) in move_queued_task()
1267 void set_task_cpu(struct task_struct *p, unsigned int new_cpu) in set_task_cpu()
Dfair.c4930 int new_cpu = prev_cpu; in select_task_rq_fair() local
/linux-4.4.14/arch/x86/kernel/apic/
Dvector.c134 int new_cpu, offset; in __assign_irq_vector() local
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c1121 uncore_change_context(struct intel_uncore_type **uncores, int old_cpu, int new_cpu) in uncore_change_context()
/linux-4.4.14/tools/perf/scripts/python/
Dsched-migration.py189 def migrate(self, ts_list, new, old_cpu, new_cpu): argument