Home
last modified time | relevance | path

Searched refs:schedule (Results 1 – 18 of 18) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_arinc653.c33 struct xen_sysctl_arinc653_schedule *schedule) in xc_sched_arinc653_schedule_set() argument
38 schedule, in xc_sched_arinc653_schedule_set()
39 sizeof(*schedule), in xc_sched_arinc653_schedule_set()
42 if ( xc_hypercall_bounce_pre(xch, schedule) ) in xc_sched_arinc653_schedule_set()
50 schedule); in xc_sched_arinc653_schedule_set()
54 xc_hypercall_bounce_post(xch, schedule); in xc_sched_arinc653_schedule_set()
68 schedule, in xc_sched_arinc653_schedule_get()
69 sizeof(*schedule), in xc_sched_arinc653_schedule_get()
72 if ( xc_hypercall_bounce_pre(xch, schedule) ) in xc_sched_arinc653_schedule_get()
80 schedule); in xc_sched_arinc653_schedule_get()
[all …]
A Dxc_csched.c71 struct xen_sysctl_credit_schedule *schedule) in xc_sched_credit_params_set() argument
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()
94 struct xen_sysctl_credit_schedule *schedule) in xc_sched_credit_params_get() argument
106 *schedule = sysctl.u.scheduler_op.u.sched_credit; in xc_sched_credit_params_get()
A Dxc_csched2.c71 struct xen_sysctl_credit2_schedule *schedule) in xc_sched_credit2_params_set() argument
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()
94 struct xen_sysctl_credit2_schedule *schedule) in xc_sched_credit2_params_get() argument
106 *schedule = sysctl.u.scheduler_op.u.sched_credit2; in xc_sched_credit2_params_get()
/xen-4.10.0-shim-comet/xen/common/
A Dsched_arinc653.c210 SCHED_PRIV(ops)->schedule[i].vc = in update_schedule_vcpus()
241 if ( (schedule->major_frame <= 0) in arinc653_sched_set()
242 || (schedule->num_sched_entries < 1) in arinc653_sched_set()
260 if ( total_runtime > schedule->major_frame ) in arinc653_sched_set()
271 sched_priv->schedule[i].vcpu_id = in arinc653_sched_set()
272 schedule->sched_entries[i].vcpu_id; in arinc653_sched_set()
273 sched_priv->schedule[i].runtime = in arinc653_sched_set()
274 schedule->sched_entries[i].runtime; in arinc653_sched_set()
322 schedule->sched_entries[i].vcpu_id = sched_priv->schedule[i].vcpu_id; in arinc653_sched_get()
323 schedule->sched_entries[i].runtime = sched_priv->schedule[i].runtime; in arinc653_sched_get()
[all …]
A DMakefile44 obj-y += schedule.o
A Dschedule.c1381 static void schedule(void) in schedule() function
1679 open_softirq(SCHEDULE_SOFTIRQ, schedule); in scheduler_init()
1922 schedule(); in wait()
A Dsched_null.c728 SCHED_STAT_CRANK(schedule); in null_schedule()
A Dsched_credit.c1846 SCHED_STAT_CRANK(schedule); in csched_schedule()
A Dsched_credit2.c3446 SCHED_STAT_CRANK(schedule); in csched2_schedule()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dperfc_defn.h21 PERFCOUNTER(schedule, "sched: specific scheduler")
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h959 struct xen_sysctl_credit_schedule *schedule);
962 struct xen_sysctl_credit_schedule *schedule);
966 struct xen_sysctl_credit2_schedule *schedule);
969 struct xen_sysctl_credit2_schedule *schedule);
996 struct xen_sysctl_arinc653_schedule *schedule);
1002 struct xen_sysctl_arinc653_schedule *schedule);
/xen-4.10.0-shim-comet/tools/xentrace/
A Dformats48 0x00022009 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) csched:schedule [ cpu[16]:tasklet[8]:idle[8] =…
71 0x00022214 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) csched2:schedule [ rq:cpu = 0x%(1)08x, taskle…
80 0x00022806 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtds:schedule [ cpu[16]:tasklet[8]:idle[4]:tic…
86 0x00022A05 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) null:schedule [ cpu[16]:tasklet[16] = %(1)08x,…
/xen-4.10.0-shim-comet/xen/include/public/
A Dsysctl.h620 XEN_GUEST_HANDLE_64(xen_sysctl_arinc653_schedule_t) schedule;
/xen-4.10.0-shim-comet/docs/process/
A Dxen-release-management.pandoc108 proceed, because there is a point of no return once they schedule a date with
127 Manager a schedule for RC test days.
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc217 * VCPU schedule
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in1119 real-time scheduling algorithm to schedule VCPUs in the system.
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs859 + /* For multithreading environment, schedule a call to netif_poll */
/xen-4.10.0-shim-comet/
A D.rootkeys1394 3e397e6619PgAfBbw2XFbXkewvUWgw xen/common/schedule.c

Completed in 54 milliseconds