Searched refs:idle (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | Makefile | 9 obj-y += mwait-idle.o
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | schedule.c | 1558 struct vcpu *idle = idle_vcpu[cpu]; in cpu_schedule_up() local 1570 ASSERT(idle->sched_priv == NULL); in cpu_schedule_up() 1572 idle->sched_priv = SCHED_OP(&ops, alloc_vdata, idle, in cpu_schedule_up() 1573 idle->domain->sched_priv); in cpu_schedule_up() 1574 if ( idle->sched_priv == NULL ) in cpu_schedule_up() 1747 struct vcpu *idle; in schedule_cpu_switch() local 1782 idle = idle_vcpu[cpu]; in schedule_cpu_switch() 1786 vpriv = SCHED_OP(new_ops, alloc_vdata, idle, idle->domain->sched_priv); in schedule_cpu_switch() 1809 vpriv_old = idle->sched_priv; in schedule_cpu_switch()
|
A D | sched_credit2.c | 1496 cpumask_andnot(&mask, &rqd->idle, &rqd->tickled); in runq_tickle() 1524 cpumask_andnot(&mask, &rqd->active, &rqd->idle); in runq_tickle() 3476 d.idle = is_idle_vcpu(current); in csched2_schedule() 3565 if ( cpumask_test_cpu(cpu, &rqd->idle) ) in csched2_schedule() 3567 __cpumask_clear_cpu(cpu, &rqd->idle); in csched2_schedule() 3591 if ( cpumask_test_cpu(cpu, &rqd->idle) ) in csched2_schedule() 3593 __cpumask_clear_cpu(cpu, &rqd->idle); in csched2_schedule() 3597 else if ( !cpumask_test_cpu(cpu, &rqd->idle) ) in csched2_schedule() 3599 __cpumask_set_cpu(cpu, &rqd->idle); in csched2_schedule() 3797 __cpumask_set_cpu(cpu, &rqd->idle); in init_pdata() [all …]
|
A D | sched_rt.c | 1112 unsigned cpu:16, tasklet:8, tickled:4, idle:4; in rt_schedule() member 1117 d.idle = is_idle_vcpu(current); in rt_schedule()
|
A D | sched_credit.c | 1857 unsigned cpu:16, tasklet:8, idle:8; in csched_schedule() member 1861 d.idle = is_idle_vcpu(current); in csched_schedule()
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | apmbios.S | 223 ; APM cpu idle
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | formats | 48 0x00022009 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) csched:schedule [ cpu[16]:tasklet[8]:idle[8] =… 71 …d (+%(reltsc)8d) csched2:schedule [ rq:cpu = 0x%(1)08x, tasklet[8]:idle[8]:smt_idle[8]:tick… 80 0x00022806 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtds:schedule [ cpu[16]:tasklet[8]:idle[4]:tic…
|
A D | xenalyze.c | 1854 struct cycle_summary idle, running, lost; member 6750 update_cycles(&p->time.idle, tsc - p->time.tsc); in pcpu_runstate_update() 7634 unsigned int cpu:16, tasklet:8, idle:8; in sched_process() member 7640 r->idle ? ", idle" : ", busy"); in sched_process() 7877 unsigned tasklet:8, idle:8, smt_idle:8, tickled:8; in sched_process() member 7883 r->idle ? ", idle" : ", busy", in sched_process() 7884 r->idle ? (r->smt_idle ? ", SMT idle" : ", SMT busy") : "", in sched_process() 7965 unsigned cpu:16, tasklet:8, idle:4, tickled:4; in sched_process() member 7971 r->idle ? ", idle" : ", busy", in sched_process() 9959 print_cycle_summary(&p->time.idle, " idle"); in report_pcpu()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 1014 ### idle\_latency\_factor 1285 ### mwait-idle 1290 Use the MWAIT idle driver (with model specific C-state knowledge) instead 1476 ### rcu-idle-timer-period-ms 1481 How frequently a CPU which has gone idle, but with pending RCU callbacks, 1627 the idle vCPU is running. The idle domain doesn't have the ability to handle 1629 idle vCPU. This option will avoid most overhead of the dsb/isb, except the
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-numa-placement.pod.7 | 65 busy doing something else while there are others, idle, pCPUs.
|
A D | xl.pod.1.in | 1008 able to consume, even if the host system has idle CPU cycles. The cap
|
A D | xl.cfg.pod.5.in | 234 able to consume, even if the host system has idle CPU cycles.
|
Completed in 51 milliseconds