Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dprocessor.h169 #define cpu_to_core(_cpu) (cpu_data[_cpu].cpu_core_id) argument
170 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id) argument
/xen/xen/include/asm-arm/
A Dprocessor.h527 #define cpu_to_core(_cpu) (0) argument
528 #define cpu_to_socket(_cpu) (0) argument
/xen/xen/common/sched/
A Dcredit.c89 #define RUNQ(_cpu) (&(CSCHED_PCPU(_cpu)->runq)) argument
233 static void csched_tick(void *_cpu);
1567 csched_tick(void *_cpu) in csched_tick() argument
1569 unsigned int cpu = (unsigned long)_cpu; in csched_tick()

Completed in 15 milliseconds