Searched defs:pcpu (Results 1 – 9 of 9) sorted by relevance
/xen/include/public/ |
A D | sched.h | 147 int32_t pcpu; member
|
/xen/common/sched/ |
A D | null.c | 170 const struct scheduler *ops, void *pcpu, int cpu) in null_deinit_pdata() 193 const struct scheduler *ops, void *pcpu, int cpu) in null_free_pdata()
|
A D | credit.c | 518 csched_free_pdata(const struct scheduler *ops, void *pcpu, int cpu) in csched_free_pdata() 535 csched_deinit_pdata(const struct scheduler *ops, void *pcpu, int cpu) in csched_deinit_pdata()
|
A D | private.h | 265 sched_lock(pcpu, unsigned int cpu, cpu, _irq) in sched_lock() argument
|
A D | rt.c | 775 rt_deinit_pdata(const struct scheduler *ops, void *pcpu, int cpu) in rt_deinit_pdata()
|
A D | credit2.c | 4061 csched2_deinit_pdata(const struct scheduler *ops, void *pcpu, int cpu) in csched2_deinit_pdata() 4121 csched2_free_pdata(const struct scheduler *ops, void *pcpu, int cpu) in csched2_free_pdata()
|
/xen/arch/x86/cpu/ |
A D | vpmu.c | 357 int pcpu = smp_processor_id(); in vpmu_save() local
|
/xen/include/xen/ |
A D | cpumask.h | 227 int cpu, pcpu = nr_cpu_ids; in cpumask_last() local
|
/xen/arch/x86/mm/ |
A D | mem_sharing.c | 1674 unsigned int pcpu = smp_processor_id(); in copy_vpmu() local
|
Completed in 72 milliseconds