Searched defs:sched (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | schedule.c | 1385 struct scheduler *sched; in schedule() local 1597 struct scheduler *sched = per_cpu(scheduler, cpu); in cpu_schedule_down() local 1612 struct scheduler *sched = per_cpu(scheduler, cpu); in cpu_schedule_callback() local 1840 struct scheduler *sched; in scheduler_alloc() local 1862 void scheduler_free(struct scheduler *sched) in scheduler_free() 1872 struct scheduler *sched; in schedule_dump() local 1900 struct scheduler *sched; in sched_tick_suspend() local 1911 struct scheduler *sched; in sched_tick_resume() local
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_sched.c | 26 static int sched_domain_get(libxl_scheduler sched, int domid, in sched_domain_get() 53 static int sched_vcpu_get(libxl_scheduler sched, int domid, in sched_vcpu_get() 73 static int sched_vcpu_get_all(libxl_scheduler sched, int domid, in sched_vcpu_get_all() 350 static int sched_domain_output(libxl_scheduler sched, int (*output)(int), in sched_domain_output() 401 static int sched_vcpu_output(libxl_scheduler sched, in sched_vcpu_output()
|
A D | xl_cpupool.c | 45 libxl_scheduler sched = 0; in main_cpupoolcreate() local 477 libxl_scheduler sched; in main_cpupoolnumasplit() local
|
A D | xl_info.c | 141 libxl_scheduler sched; in output_xeninfo() local
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_sched.c | 161 int r, sched; in libxl_get_scheduler() local 762 libxl_scheduler sched = scinfo->sched; in libxl_domain_sched_params_set() local 802 libxl_scheduler sched = scinfo->sched; in libxl_vcpu_sched_params_set() local 837 libxl_scheduler sched = scinfo->sched; in libxl_vcpu_sched_params_set_all() local
|
A D | libxl_cpupool.c | 131 libxl_scheduler sched, in libxl_cpupool_create()
|
A D | libxl_dom.c | 92 libxl_scheduler sched = LIBXL_SCHEDULER_UNKNOWN; in libxl__domain_scheduler() local
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched-if.h | 194 struct scheduler *sched; member
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 1546 ### sched subsection
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1709 uint32_t cpupool = XC_CPUPOOL_POOLID_ANY, sched = XEN_SCHEDULER_CREDIT; in pyxc_cpupool_create() local
|
Completed in 24 milliseconds