Searched refs:yield (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched-if.h | 164 void (*yield) (const struct scheduler *, struct vcpu *); member
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | sched_arinc653.c | 754 .yield = NULL,
|
A D | sched_credit2.c | 3257 bool yield = false, soft_aff_preempt = false; in runq_candidate() local 3267 yield = __test_and_clear_bit(__CSFLAG_vcpu_yield, &scurr->flags); in runq_candidate() 3278 if ( !yield && prv->ratelimit_us && vcpu_runnable(scurr->vcpu) && in runq_candidate() 3392 if ( (yield || svc->credit > snext->credit) && in runq_candidate() 4033 .yield = csched2_vcpu_yield,
|
A D | schedule.c | 996 SCHED_OP(vcpu_scheduler(v), yield, v); in vcpu_yield()
|
A D | sched_credit.c | 2270 .yield = csched_vcpu_yield,
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtpm-platforms.txt | 126 an unseal operation; using the wrong vTPM will then yield a non-functioning
|
A D | xen-command-line.markdown | 1846 of WFE, Xen yield the guest vcpu. When setting vwfi to `native`, Xen
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | pylintrc | 152 # Maximum number of return / yield for function / method body
|
Completed in 23 milliseconds