Home
last modified time | relevance | path

Searched refs:oldcpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dleon_kernel.c125 int oldcpu, newcpu; in leon_set_affinity() local
128 oldcpu = irq_choose_cpu(irq_data_get_affinity_mask(data)); in leon_set_affinity()
131 if (oldcpu == newcpu) in leon_set_affinity()
136 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(oldcpu)); in leon_set_affinity()
137 LEON3_BYPASS_STORE_PA(LEON_IMASK(oldcpu), (oldmask & ~mask)); in leon_set_affinity()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass77 oldtime, oldcpu, oldproc = timedata
79 cpudiff = get_cputime() - oldcpu
/openbmc/linux/net/core/
H A Ddev.c11264 static int dev_cpu_dead(unsigned int oldcpu) in dev_cpu_dead() argument
11274 oldsd = &per_cpu(softnet_data, oldcpu); in dev_cpu_dead()