Searched defs:sched (Results 1 – 9 of 9) sorted by relevance
/xen/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() 351 static int sched_domain_output(libxl_scheduler sched, int (*output)(int), in sched_domain_output() 402 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/tools/libxl/ |
A D | libxl_sched.c | 161 int r, sched; in libxl_get_scheduler() local 771 libxl_scheduler sched = scinfo->sched; in libxl_domain_sched_params_set() local 811 libxl_scheduler sched = scinfo->sched; in libxl_vcpu_sched_params_set() local 846 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 | 94 libxl_scheduler sched = LIBXL_SCHEDULER_UNKNOWN; in libxl__domain_scheduler() local
|
/xen/xen/common/sched/ |
A D | core.c | 2202 struct scheduler *sched = sr->scheduler; in do_schedule() local 3238 struct scheduler *sched; in scheduler_alloc() local 3260 void scheduler_free(struct scheduler *sched) in scheduler_free() 3270 struct scheduler *sched; in schedule_dump() local
|
A D | private.h | 514 struct scheduler *sched; member
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1584 uint32_t cpupool = XC_CPUPOOL_POOLID_ANY, sched = XEN_SCHEDULER_CREDIT; in pyxc_cpupool_create() local
|
Completed in 25 milliseconds