Searched refs:scheduler_op (Results 1 – 8 of 8) sorted by relevance
36 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT; in xc_sched_credit_domain_set()37 domctl.u.scheduler_op.cmd = XEN_DOMCTL_SCHEDOP_putinfo; in xc_sched_credit_domain_set()38 domctl.u.scheduler_op.u.credit = *sdom; in xc_sched_credit_domain_set()56 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT; in xc_sched_credit_domain_get()62 *sdom = domctl.u.scheduler_op.u.credit; in xc_sched_credit_domain_get()76 sysctl.u.scheduler_op.cpupool_id = cpupool_id; in xc_sched_credit_params_set()77 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT; in xc_sched_credit_params_set()80 sysctl.u.scheduler_op.u.sched_credit = *schedule; in xc_sched_credit_params_set()85 *schedule = sysctl.u.scheduler_op.u.sched_credit; in xc_sched_credit_params_set()99 sysctl.u.scheduler_op.cpupool_id = cpupool_id; in xc_sched_credit_params_get()[all …]
36 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT2; in xc_sched_credit2_domain_set()37 domctl.u.scheduler_op.cmd = XEN_DOMCTL_SCHEDOP_putinfo; in xc_sched_credit2_domain_set()38 domctl.u.scheduler_op.u.credit2 = *sdom; in xc_sched_credit2_domain_set()56 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_CREDIT2; in xc_sched_credit2_domain_get()57 domctl.u.scheduler_op.cmd = XEN_DOMCTL_SCHEDOP_getinfo; in xc_sched_credit2_domain_get()62 *sdom = domctl.u.scheduler_op.u.credit2; in xc_sched_credit2_domain_get()76 sysctl.u.scheduler_op.cpupool_id = cpupool_id; in xc_sched_credit2_params_set()80 sysctl.u.scheduler_op.u.sched_credit2 = *schedule; in xc_sched_credit2_params_set()85 *schedule = sysctl.u.scheduler_op.u.sched_credit2; in xc_sched_credit2_params_set()99 sysctl.u.scheduler_op.cpupool_id = cpupool_id; in xc_sched_credit2_params_get()[all …]
36 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_RTDS; in xc_sched_rtds_domain_set()37 domctl.u.scheduler_op.cmd = XEN_DOMCTL_SCHEDOP_putinfo; in xc_sched_rtds_domain_set()38 domctl.u.scheduler_op.u.rtds.period = sdom->period; in xc_sched_rtds_domain_set()39 domctl.u.scheduler_op.u.rtds.budget = sdom->budget; in xc_sched_rtds_domain_set()55 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_RTDS; in xc_sched_rtds_domain_get()56 domctl.u.scheduler_op.cmd = XEN_DOMCTL_SCHEDOP_getinfo; in xc_sched_rtds_domain_get()61 *sdom = domctl.u.scheduler_op.u.rtds; in xc_sched_rtds_domain_get()82 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_RTDS; in xc_sched_rtds_vcpu_set()92 processed += domctl.u.scheduler_op.u.v.nr_vcpus; in xc_sched_rtds_vcpu_set()116 domctl.u.scheduler_op.sched_id = XEN_SCHEDULER_RTDS; in xc_sched_rtds_vcpu_get()[all …]
46 sysctl.u.scheduler_op.cpupool_id = cpupool_id; in xc_sched_arinc653_schedule_set()47 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_ARINC653; in xc_sched_arinc653_schedule_set()48 sysctl.u.scheduler_op.cmd = XEN_SYSCTL_SCHEDOP_putinfo; in xc_sched_arinc653_schedule_set()49 set_xen_guest_handle(sysctl.u.scheduler_op.u.sched_arinc653.schedule, in xc_sched_arinc653_schedule_set()76 sysctl.u.scheduler_op.cpupool_id = cpupool_id; in xc_sched_arinc653_schedule_get()77 sysctl.u.scheduler_op.sched_id = XEN_SCHEDULER_ARINC653; in xc_sched_arinc653_schedule_get()78 sysctl.u.scheduler_op.cmd = XEN_SYSCTL_SCHEDOP_getinfo; in xc_sched_arinc653_schedule_get()79 set_xen_guest_handle(sysctl.u.scheduler_op.u.sched_arinc653.schedule, in xc_sched_arinc653_schedule_get()
248 ret = sched_adjust_global(&op->u.scheduler_op); in do_sysctl()
807 ret = sched_adjust(d, &op->u.scheduler_op); in do_domctl()
1206 struct xen_domctl_scheduler_op scheduler_op; member
1097 struct xen_sysctl_scheduler_op scheduler_op; member
Completed in 16 milliseconds